COLOR #596887

HEX: #596887
RGB: (89,104,135)

Color info

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

RGB color model

#596887 color RGB value is (89,104,135).

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

RGB channels and saturation

R 89 of 255 = 35%
G 104 of 255 = 41%
B 135 of 255 = 53%

89
104
135

R + G + B ~ 43%. #596887 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 104 + 135 = 328 (100%)
R 89 of 328 ~ 27.13%
G 104 of 328 ~ 31.71%
B 135 of 328 ~ 41.16%

%27.13
%31.71
%41.16

CMYK color model

#596887 color CMYK value is (34,23,0,47).

  • cyan value is 34.07%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(34,23,0,47)
C34M23Y0K47 
(34%,23%,0%,47%)
(0.34/0.23/0.00/0.47)	

CMYK percentages

%34.07
%22.96
%0
%47.06

Codes

Color #596887 in popluar color models

596887
RGB89104135
HSL220°20.54%43.92%
HSB/HSV220°34.07%52.94%
CMYK34.07%22.96%0.00%
47.06%

Color #596887 in popluar number systems.

HEX596887
Decimal89104135
Binary1011001110100010000111
Octal131150207

Shades and tints

Shades of #596887

#596887
(89,104,135)
#515F7B
(81,95,123)
#49566F
(73,86,111)
#414D63
(65,77,99)
#394457
(57,68,87)
#313B4B
(49,59,75)
#29323F
(41,50,63)
#212933
(33,41,51)
#192027
(25,32,39)
#11171B
(17,23,27)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #596887

#596887
(89,104,135)
#687591
(104,117,145)
#77829B
(119,130,155)
#868FA5
(134,143,165)
#959CAF
(149,156,175)
#A4A9B9
(164,169,185)
#B3B6C3
(179,182,195)
#C2C3CD
(194,195,205)
#D1D0D7
(209,208,215)
#E0DDE1
(224,221,225)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596887; }

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

This text font color is #596887.


Background Color

.myBgColor { background-color: #596887; }

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

This div background color is #596887.


Border color

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

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

This div border color is #596887.


Opacity

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

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

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

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

This text has shadow with #596887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596887 on black background.


Color preview on white background

This text has color #596887 on white background.



Black color preview on #596887 background

This text has black color on #596887 background.


White color preview on #596887 background

This text has white color on #596887 background.