COLOR #596C8D

HEX: #596C8D
RGB: (89,108,141)

Color info

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

RGB color model

#596C8D color RGB value is (89,108,141).

  • red value is 89;
  • green value is 108;
  • blue value is 141.
RGB:
(89,108,141)
(35%,42%,55%)

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 141 of 255 = 55%

89
108
141

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

Portions of RGB colors in percentages

R + G + B =
89 + 108 + 141 = 338 (100%)
R 89 of 338 ~ 26.33%
G 108 of 338 ~ 31.95%
B 141 of 338 ~ 41.72%

%26.33
%31.95
%41.72

CMYK color model

#596C8D color CMYK value is (37,23,0,45).

  • cyan value is 36.88%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(37,23,0,45)
C37M23Y0K45 
(37%,23%,0%,45%)
(0.37/0.23/0.00/0.45)	

CMYK percentages

%36.88
%23.4
%0
%44.71

Codes

Color #596C8D in popluar color models

596C8D
RGB89108141
HSL218°22.61%45.10%
HSB/HSV218°36.88%55.29%
CMYK36.88%23.40%0.00%
44.71%

Color #596C8D in popluar number systems.

HEX596C8D
Decimal89108141
Binary1011001110110010001101
Octal131154215

Shades and tints

Shades of #596C8D

#596C8D
(89,108,141)
#516381
(81,99,129)
#495A75
(73,90,117)
#415169
(65,81,105)
#39485D
(57,72,93)
#313F51
(49,63,81)
#293645
(41,54,69)
#212D39
(33,45,57)
#19242D
(25,36,45)
#111B21
(17,27,33)
#091215
(9,18,21)
#000000
(0,0,0)

Tints of #596C8D

#596C8D
(89,108,141)
#687997
(104,121,151)
#7786A1
(119,134,161)
#8693AB
(134,147,171)
#95A0B5
(149,160,181)
#A4ADBF
(164,173,191)
#B3BAC9
(179,186,201)
#C2C7D3
(194,199,211)
#D1D4DD
(209,212,221)
#E0E1E7
(224,225,231)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596C8D color. Also use rgb(89,108,141) instead hex code.

Text Font Color

.myTextColor { color: #596C8D; }

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

This text font color is #596C8D.


Background Color

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

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

This div background color is #596C8D.


Border color

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

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

This div border color is #596C8D.


Opacity

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

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

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

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

This text has shadow with #596C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596C8D on black background.


Color preview on white background

This text has color #596C8D on white background.



Black color preview on #596C8D background

This text has black color on #596C8D background.


White color preview on #596C8D background

This text has white color on #596C8D background.