COLOR #596B82

HEX: #596B82
RGB: (89,107,130)

Color info

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

RGB color model

#596B82 color RGB value is (89,107,130).

  • red value is 89;
  • green value is 107;
  • blue value is 130.
RGB:
(89,107,130)
(35%,42%,51%)

RGB channels and saturation

R 89 of 255 = 35%
G 107 of 255 = 42%
B 130 of 255 = 51%

89
107
130

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

Portions of RGB colors in percentages

R + G + B =
89 + 107 + 130 = 326 (100%)
R 89 of 326 ~ 27.3%
G 107 of 326 ~ 32.82%
B 130 of 326 ~ 39.88%

%27.3
%32.82
%39.88

CMYK color model

#596B82 color CMYK value is (32,18,0,49).

  • cyan value is 31.54%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(32,18,0,49)
C32M18Y0K49 
(32%,18%,0%,49%)
(0.32/0.18/0.00/0.49)	

CMYK percentages

%31.54
%17.69
%0
%49.02

Codes

Color #596B82 in popluar color models

596B82
RGB89107130
HSL214°18.72%42.94%
HSB/HSV214°31.54%50.98%
CMYK31.54%17.69%0.00%
49.02%

Color #596B82 in popluar number systems.

HEX596B82
Decimal89107130
Binary1011001110101110000010
Octal131153202

Shades and tints

Shades of #596B82

#596B82
(89,107,130)
#516277
(81,98,119)
#49596C
(73,89,108)
#415061
(65,80,97)
#394756
(57,71,86)
#313E4B
(49,62,75)
#293540
(41,53,64)
#212C35
(33,44,53)
#19232A
(25,35,42)
#111A1F
(17,26,31)
#091114
(9,17,20)
#000000
(0,0,0)

Tints of #596B82

#596B82
(89,107,130)
#68788D
(104,120,141)
#778598
(119,133,152)
#8692A3
(134,146,163)
#959FAE
(149,159,174)
#A4ACB9
(164,172,185)
#B3B9C4
(179,185,196)
#C2C6CF
(194,198,207)
#D1D3DA
(209,211,218)
#E0E0E5
(224,224,229)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596B82 color. Also use rgb(89,107,130) instead hex code.

Text Font Color

.myTextColor { color: #596B82; }

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

This text font color is #596B82.


Background Color

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

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

This div background color is #596B82.


Border color

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

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

This div border color is #596B82.


Opacity

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

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

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

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

This text has shadow with #596B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596B82 on black background.


Color preview on white background

This text has color #596B82 on white background.



Black color preview on #596B82 background

This text has black color on #596B82 background.


White color preview on #596B82 background

This text has white color on #596B82 background.