COLOR #595084

HEX: #595084
RGB: (89,80,132)

Renk bilgisi

#595084 contains red, green and blue colors in about the same proportion. #595084 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#595084 color RGB value is (89,80,132).

  • kırmız ton 89;
  • yeşil ton 80;
  • mavi ton 132.
RGB:
(89,80,132)
(35%,31%,52%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 80 of 255 = 31%
B 132 of 255 = 52%

89
80
132

R + G + B ~ 39%. #595084 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 80 + 132 = 301 (100%)
R 89 of 301 ~ 29.57%
G 80 of 301 ~ 26.58%
B 132 of 301 ~ 43.85%

%29.57
%26.58
%43.85

CMYK RENK MODELİ

#595084 rengi CMYK tonu (33,39,0,48).

  • camgöbeği tonu 32.58%
  • eflatun tonu 39.39%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(33,39,0,48)
C33M39Y0K48 
(33%,39%,0%,48%)
(0.33/0.39/0.00/0.48)	

CMYK yüzdeleri

%32.58
%39.39
%0
%48.24

Codes

Color #595084 in popluar color models

595084
RGB8980132
HSL250°24.53%41.57%
HSB/HSV250°39.39%51.76%
CMYK32.58%39.39%0.00%
48.24%

Color #595084 in popluar number systems.

HEX595084
Decimal8980132
Binary1011001101000010000100
Octal131120204

Shades and tints

Shades of #595084

#595084
(89,80,132)
#514978
(81,73,120)
#49426C
(73,66,108)
#413B60
(65,59,96)
#393454
(57,52,84)
#312D48
(49,45,72)
#29263C
(41,38,60)
#211F30
(33,31,48)
#191824
(25,24,36)
#111118
(17,17,24)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #595084

#595084
(89,80,132)
#685F8F
(104,95,143)
#776E9A
(119,110,154)
#867DA5
(134,125,165)
#958CB0
(149,140,176)
#A49BBB
(164,155,187)
#B3AAC6
(179,170,198)
#C2B9D1
(194,185,209)
#D1C8DC
(209,200,220)
#E0D7E7
(224,215,231)
#EFE6F2
(239,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595084 color. Also use rgb(89,80,132) instead hex code.

Text Font Color

.myTextColor { color: #595084; }

<p style="color:#595084">This sample text font color is #595084.</p>

This text font color is #595084.


Background Color

.myBgColor { background-color: #595084; }

<div style="background-color:#595084">Inner text</div>

This div background color is #595084.


Border color

.myBorderColor { border: 1px solid #595084; }

<div style="border:3px solid #595084">Div</div>

This div border color is #595084.


Opacity

.myOpacity80 { color: #595084; opacity: 0.8; }

<p style="color:#595084;opacity:0.8;">80%</p>

Text with #595084 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #595084;}

<p style="text-shadow: 3px 3px 1px #595084">Text here.</p>

This text has shadow with #595084 color.

.textShadow {text-shadow: 3px 3px 1px #595084, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #595084, 5px 5px 20px red">Text here.</p>

This text has shadow with #595084 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#595084, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#595084, Direction=45, Strength=4)">Text</p>

This text has shadow with #595084 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #595084;
  -webkit-box-shadow:	1px 1px 3px 2px #595084;
  box-shadow:		1px 1px 3px 2px #595084;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #595084;
-webkit-box-shadow: 1px 1px 3px 2px #595084;
box-shadow:1px 1px 3px 2px #595084;">
Div content here</div>
This div box has shadow with color #595084.

Preview

Color preview on black background

This text has color #595084 on black background.


Color preview on white background

This text has color #595084 on white background.



Black color preview on #595084 background

This text has black color on #595084 background.


White color preview on #595084 background

This text has white color on #595084 background.