COLOR #596888

HEX: #596888
RGB: (89,104,136)

Color info

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

RGB color model

#596888 color RGB value is (89,104,136).

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

RGB channels and saturation

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

89
104
136

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

Portions of RGB colors in percentages

R + G + B =
89 + 104 + 136 = 329 (100%)
R 89 of 329 ~ 27.05%
G 104 of 329 ~ 31.61%
B 136 of 329 ~ 41.34%

%27.05
%31.61
%41.34

CMYK color model

#596888 color CMYK value is (35,24,0,47).

  • cyan value is 34.56%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(35,24,0,47)
C35M24Y0K47 
(35%,24%,0%,47%)
(0.35/0.24/0.00/0.47)	

CMYK percentages

%34.56
%23.53
%0
%46.67

Codes

Color #596888 in popluar color models

596888
RGB89104136
HSL221°20.89%44.12%
HSB/HSV221°34.56%53.33%
CMYK34.56%23.53%0.00%
46.67%

Color #596888 in popluar number systems.

HEX596888
Decimal89104136
Binary1011001110100010001000
Octal131150210

Shades and tints

Shades of #596888

#596888
(89,104,136)
#515F7C
(81,95,124)
#495670
(73,86,112)
#414D64
(65,77,100)
#394458
(57,68,88)
#313B4C
(49,59,76)
#293240
(41,50,64)
#212934
(33,41,52)
#192028
(25,32,40)
#11171C
(17,23,28)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #596888

#596888
(89,104,136)
#687592
(104,117,146)
#77829C
(119,130,156)
#868FA6
(134,143,166)
#959CB0
(149,156,176)
#A4A9BA
(164,169,186)
#B3B6C4
(179,182,196)
#C2C3CE
(194,195,206)
#D1D0D8
(209,208,216)
#E0DDE2
(224,221,226)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596888; }

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

This text font color is #596888.


Background Color

.myBgColor { background-color: #596888; }

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

This div background color is #596888.


Border color

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

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

This div border color is #596888.


Opacity

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

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

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

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

This text has shadow with #596888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596888 on black background.


Color preview on white background

This text has color #596888 on white background.



Black color preview on #596888 background

This text has black color on #596888 background.


White color preview on #596888 background

This text has white color on #596888 background.