COLOR #596D87

HEX: #596D87
RGB: (89,109,135)

Color info

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

RGB color model

#596D87 color RGB value is (89,109,135).

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

RGB channels and saturation

R 89 of 255 = 35%
G 109 of 255 = 43%
B 135 of 255 = 53%

89
109
135

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

Portions of RGB colors in percentages

R + G + B =
89 + 109 + 135 = 333 (100%)
R 89 of 333 ~ 26.73%
G 109 of 333 ~ 32.73%
B 135 of 333 ~ 40.54%

%26.73
%32.73
%40.54

CMYK color model

#596D87 color CMYK value is (34,19,0,47).

  • cyan value is 34.07%
  • magenta value is 19.26%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(34,19,0,47)
C34M19Y0K47 
(34%,19%,0%,47%)
(0.34/0.19/0.00/0.47)	

CMYK percentages

%34.07
%19.26
%0
%47.06

Codes

Color #596D87 in popluar color models

596D87
RGB89109135
HSL214°20.54%43.92%
HSB/HSV214°34.07%52.94%
CMYK34.07%19.26%0.00%
47.06%

Color #596D87 in popluar number systems.

HEX596D87
Decimal89109135
Binary1011001110110110000111
Octal131155207

Shades and tints

Shades of #596D87

#596D87
(89,109,135)
#51647B
(81,100,123)
#495B6F
(73,91,111)
#415263
(65,82,99)
#394957
(57,73,87)
#31404B
(49,64,75)
#29373F
(41,55,63)
#212E33
(33,46,51)
#192527
(25,37,39)
#111C1B
(17,28,27)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #596D87

#596D87
(89,109,135)
#687A91
(104,122,145)
#77879B
(119,135,155)
#8694A5
(134,148,165)
#95A1AF
(149,161,175)
#A4AEB9
(164,174,185)
#B3BBC3
(179,187,195)
#C2C8CD
(194,200,205)
#D1D5D7
(209,213,215)
#E0E2E1
(224,226,225)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596D87; }

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

This text font color is #596D87.


Background Color

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

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

This div background color is #596D87.


Border color

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

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

This div border color is #596D87.


Opacity

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

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

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

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

This text has shadow with #596D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596D87 on black background.


Color preview on white background

This text has color #596D87 on white background.



Black color preview on #596D87 background

This text has black color on #596D87 background.


White color preview on #596D87 background

This text has white color on #596D87 background.