COLOR #596A93

HEX: #596A93
RGB: (89,106,147)

Color info

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

RGB color model

#596A93 color RGB value is (89,106,147).

  • red value is 89;
  • green value is 106;
  • blue value is 147.
RGB:
(89,106,147)
(35%,42%,58%)

RGB channels and saturation

R 89 of 255 = 35%
G 106 of 255 = 42%
B 147 of 255 = 58%

89
106
147

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

Portions of RGB colors in percentages

R + G + B =
89 + 106 + 147 = 342 (100%)
R 89 of 342 ~ 26.02%
G 106 of 342 ~ 30.99%
B 147 of 342 ~ 42.98%

%26.02
%30.99
%42.98

CMYK color model

#596A93 color CMYK value is (39,28,0,42).

  • cyan value is 39.46%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(39,28,0,42)
C39M28Y0K42 
(39%,28%,0%,42%)
(0.39/0.28/0.00/0.42)	

CMYK percentages

%39.46
%27.89
%0
%42.35

Codes

Color #596A93 in popluar color models

596A93
RGB89106147
HSL222°24.58%46.27%
HSB/HSV222°39.46%57.65%
CMYK39.46%27.89%0.00%
42.35%

Color #596A93 in popluar number systems.

HEX596A93
Decimal89106147
Binary1011001110101010010011
Octal131152223

Shades and tints

Shades of #596A93

#596A93
(89,106,147)
#516186
(81,97,134)
#495879
(73,88,121)
#414F6C
(65,79,108)
#39465F
(57,70,95)
#313D52
(49,61,82)
#293445
(41,52,69)
#212B38
(33,43,56)
#19222B
(25,34,43)
#11191E
(17,25,30)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #596A93

#596A93
(89,106,147)
#68779C
(104,119,156)
#7784A5
(119,132,165)
#8691AE
(134,145,174)
#959EB7
(149,158,183)
#A4ABC0
(164,171,192)
#B3B8C9
(179,184,201)
#C2C5D2
(194,197,210)
#D1D2DB
(209,210,219)
#E0DFE4
(224,223,228)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596A93 color. Also use rgb(89,106,147) instead hex code.

Text Font Color

.myTextColor { color: #596A93; }

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

This text font color is #596A93.


Background Color

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

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

This div background color is #596A93.


Border color

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

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

This div border color is #596A93.


Opacity

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

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

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

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

This text has shadow with #596A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596A93 on black background.


Color preview on white background

This text has color #596A93 on white background.



Black color preview on #596A93 background

This text has black color on #596A93 background.


White color preview on #596A93 background

This text has white color on #596A93 background.