COLOR #596DAE

HEX: #596DAE
RGB: (89,109,174)

Color info

#596DAE contains mainly blue color. Web safe color of #596DAE is #666699 (or #669).

RGB color model

#596DAE color RGB value is (89,109,174).

  • red value is 89;
  • green value is 109;
  • blue value is 174.
RGB:
(89,109,174)
(35%,43%,68%)

RGB channels and saturation

R 89 of 255 = 35%
G 109 of 255 = 43%
B 174 of 255 = 68%

89
109
174

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

Portions of RGB colors in percentages

R + G + B =
89 + 109 + 174 = 372 (100%)
R 89 of 372 ~ 23.92%
G 109 of 372 ~ 29.3%
B 174 of 372 ~ 46.77%

%23.92
%29.3
%46.77

CMYK color model

#596DAE color CMYK value is (49,37,0,32).

  • cyan value is 48.85%
  • magenta value is 37.36%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(49,37,0,32)
C49M37Y0K32 
(49%,37%,0%,32%)
(0.49/0.37/0.00/0.32)	

CMYK percentages

%48.85
%37.36
%0
%31.76

Codes

Color #596DAE in popluar color models

596DAE
RGB89109174
HSL226°34.41%51.57%
HSB/HSV226°48.85%68.24%
CMYK48.85%37.36%0.00%
31.76%

Color #596DAE in popluar number systems.

HEX596DAE
Decimal89109174
Binary1011001110110110101110
Octal131155256

Shades and tints

Shades of #596DAE

#596DAE
(89,109,174)
#51649F
(81,100,159)
#495B90
(73,91,144)
#415281
(65,82,129)
#394972
(57,73,114)
#314063
(49,64,99)
#293754
(41,55,84)
#212E45
(33,46,69)
#192536
(25,37,54)
#111C27
(17,28,39)
#091318
(9,19,24)
#000000
(0,0,0)

Tints of #596DAE

#596DAE
(89,109,174)
#687AB5
(104,122,181)
#7787BC
(119,135,188)
#8694C3
(134,148,195)
#95A1CA
(149,161,202)
#A4AED1
(164,174,209)
#B3BBD8
(179,187,216)
#C2C8DF
(194,200,223)
#D1D5E6
(209,213,230)
#E0E2ED
(224,226,237)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596DAE color. Also use rgb(89,109,174) instead hex code.

Text Font Color

.myTextColor { color: #596DAE; }

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

This text font color is #596DAE.


Background Color

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

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

This div background color is #596DAE.


Border color

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

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

This div border color is #596DAE.


Opacity

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

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

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

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

This text has shadow with #596DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596DAE on black background.


Color preview on white background

This text has color #596DAE on white background.



Black color preview on #596DAE background

This text has black color on #596DAE background.


White color preview on #596DAE background

This text has white color on #596DAE background.