COLOR #596DAD

HEX: #596DAD
RGB: (89,109,173)

Color info

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

RGB color model

#596DAD color RGB value is (89,109,173).

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

RGB channels and saturation

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

89
109
173

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

Portions of RGB colors in percentages

R + G + B =
89 + 109 + 173 = 371 (100%)
R 89 of 371 ~ 23.99%
G 109 of 371 ~ 29.38%
B 173 of 371 ~ 46.63%

%23.99
%29.38
%46.63

CMYK color model

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

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

CMYK percentages

%48.55
%36.99
%0
%32.16

Codes

Color #596DAD in popluar color models

596DAD
RGB89109173
HSL226°33.87%51.37%
HSB/HSV226°48.55%67.84%
CMYK48.55%36.99%0.00%
32.16%

Color #596DAD in popluar number systems.

HEX596DAD
Decimal89109173
Binary1011001110110110101101
Octal131155255

Shades and tints

Shades of #596DAD

#596DAD
(89,109,173)
#51649E
(81,100,158)
#495B8F
(73,91,143)
#415280
(65,82,128)
#394971
(57,73,113)
#314062
(49,64,98)
#293753
(41,55,83)
#212E44
(33,46,68)
#192535
(25,37,53)
#111C26
(17,28,38)
#091317
(9,19,23)
#000000
(0,0,0)

Tints of #596DAD

#596DAD
(89,109,173)
#687AB4
(104,122,180)
#7787BB
(119,135,187)
#8694C2
(134,148,194)
#95A1C9
(149,161,201)
#A4AED0
(164,174,208)
#B3BBD7
(179,187,215)
#C2C8DE
(194,200,222)
#D1D5E5
(209,213,229)
#E0E2EC
(224,226,236)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596DAD; }

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

This text font color is #596DAD.


Background Color

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

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

This div background color is #596DAD.


Border color

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

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

This div border color is #596DAD.


Opacity

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

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

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

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

This text has shadow with #596DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596DAD on black background.


Color preview on white background

This text has color #596DAD on white background.



Black color preview on #596DAD background

This text has black color on #596DAD background.


White color preview on #596DAD background

This text has white color on #596DAD background.