COLOR #596D8C

HEX: #596D8C
RGB: (89,109,140)

Color info

#596D8C contains red, green and blue colors in about the same proportion. Web safe color of #596D8C is #666699 (or #669).

RGB color model

#596D8C color RGB value is (89,109,140).

  • red value is 89;
  • green value is 109;
  • blue value is 140.
RGB:
(89,109,140)
(35%,43%,55%)

RGB channels and saturation

R 89 of 255 = 35%
G 109 of 255 = 43%
B 140 of 255 = 55%

89
109
140

R + G + B ~ 44%. #596D8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 109 + 140 = 338 (100%)
R 89 of 338 ~ 26.33%
G 109 of 338 ~ 32.25%
B 140 of 338 ~ 41.42%

%26.33
%32.25
%41.42

CMYK color model

#596D8C color CMYK value is (36,22,0,45).

  • cyan value is 36.43%
  • magenta value is 22.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(36,22,0,45)
C36M22Y0K45 
(36%,22%,0%,45%)
(0.36/0.22/0.00/0.45)	

CMYK percentages

%36.43
%22.14
%0
%45.1

Codes

Color #596D8C in popluar color models

596D8C
RGB89109140
HSL216°22.27%44.90%
HSB/HSV216°36.43%54.90%
CMYK36.43%22.14%0.00%
45.10%

Color #596D8C in popluar number systems.

HEX596D8C
Decimal89109140
Binary1011001110110110001100
Octal131155214

Shades and tints

Shades of #596D8C

#596D8C
(89,109,140)
#516480
(81,100,128)
#495B74
(73,91,116)
#415268
(65,82,104)
#39495C
(57,73,92)
#314050
(49,64,80)
#293744
(41,55,68)
#212E38
(33,46,56)
#19252C
(25,37,44)
#111C20
(17,28,32)
#091314
(9,19,20)
#000000
(0,0,0)

Tints of #596D8C

#596D8C
(89,109,140)
#687A96
(104,122,150)
#7787A0
(119,135,160)
#8694AA
(134,148,170)
#95A1B4
(149,161,180)
#A4AEBE
(164,174,190)
#B3BBC8
(179,187,200)
#C2C8D2
(194,200,210)
#D1D5DC
(209,213,220)
#E0E2E6
(224,226,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596D8C color. Also use rgb(89,109,140) instead hex code.

Text Font Color

.myTextColor { color: #596D8C; }

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

This text font color is #596D8C.


Background Color

.myBgColor { background-color: #596D8C; }

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

This div background color is #596D8C.


Border color

.myBorderColor { border: 1px solid #596D8C; }

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

This div border color is #596D8C.


Opacity

.myOpacity80 { color: #596D8C; opacity: 0.8; }

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

Text with #596D8C 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 #596D8C;}

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

This text has shadow with #596D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D8C on black background.


Color preview on white background

This text has color #596D8C on white background.



Black color preview on #596D8C background

This text has black color on #596D8C background.


White color preview on #596D8C background

This text has white color on #596D8C background.