COLOR #597DB8

HEX: #597DB8 RGB: (89,125,184)

Color info

#597DB8 contains mainly green and blue colors. Web safe color of #597DB8 is #6666CC (or #66C).

RGB color model

#597DB8 color RGB value is (89,125,184).

RGB: (89,125,184) (35%, 49%, 72%)

RGB channels and saturation

R 89 of 255 = 35%
G 125 of 255 = 49%
B 184 of 255 = 72%

89
125
184

R + G + B ~ 52%. #597DB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 125 + 184 = 398 (100%)
R 89 of 398 ~ 22.36%
G 125 of 398 ~ 31.41%
B 184 of 398 ~ 46.23'%

%22.36
%31.41
%46.23

CMYK color model

#597DB8 color CMYK value is (52,32,0,28).

  • cyan value is 51.63%
  • magenta value is 32.07%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (52,32,0,28)
C52M32Y0K28 (52%, 32%, 0%, 28%)
(0.52 / 0.32 / 0.00 / 0.28)

CMYK percentages

%51.63
%32.07
%0
%27.84

Codes

Color #597DB8 in popluar color models

59 7D B8
RGB 89 125 184
HSL 217° 40.08% 53.53%
HSB/HSV 217° 51.63% 72.16%
CMYK 51.63% 32.07% 0.00%
27.84%

Color #597DB8 in popluar number systems.

HEX 59 7D B8
Decimal 89 125 184
Binary 1011001 1111101 10111000
Octal 131 175 270

Shades and tints

Shades of #597DB8

#597DB8
(89,125,184)
#5172A8
(81,114,168)
#496798
(73,103,152)
#415C88
(65,92,136)
#395178
(57,81,120)
#314668
(49,70,104)
#293B58
(41,59,88)
#213048
(33,48,72)
#192538
(25,37,56)
#111A28
(17,26,40)
#090F18
(9,15,24)
#000000
(0,0,0)

Tints of #597DB8

#597DB8
(89,125,184)
#6888BE
(104,136,190)
#7793C4
(119,147,196)
#869ECA
(134,158,202)
#95A9D0
(149,169,208)
#A4B4D6
(164,180,214)
#B3BFDC
(179,191,220)
#C2CAE2
(194,202,226)
#D1D5E8
(209,213,232)
#E0E0EE
(224,224,238)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597DB8 color. Also use rgb(89,125,184) instead hex code.

Text Font Color

.myTextColor { color: #597DB8; }

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

This text font color is #597DB8.

Background Color

.myBgColor { background-color: #597DB8; }

<div style="background-color:#597DB8">Inner text</div>

This div background color is #597DB8.

Border color

.myBorderColor { border: 1px solid #597DB8; }

<div style="border:3px solid #597DB8">Div</div>

This div border color is #597DB8.

Opacity

.myOpacity80 { color: #597DB8; opacity: 0.8; }

<p style="color:#597DB8;opacity:0.8;">80%</p>

Text with #597DB8 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 #597DB8;}

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

This text has shadow with #597DB8 color.


.textShadow {text-shadow: 3px 3px 1px #597DB8', 3px 3px 1px red;}

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

This text has shadow with #597DB8 primary color and red secondary color.


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

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

This text has shadow with #597DB8 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #597DB8; -webkit-box-shadow: 1px 1px 3px 2px #597DB8; box-shadow:1px 1px 3px 2px #597DB8;">
Div content here
</div>

This div box has shadow with color #597DB8.

Preview

Color preview on black background

This text has color #597DB8 on black background.


Color preview on white background

This text has color #597DB8 on white background.


Black color preview on #597DB8 background

This text has black color on #597DB8 background.


White color preview on #597DB8 background

This text has white color on #597DB8 background.


Related colors

Complementary color

Complementary color for #hex is #A68247.


I love getcolorcode.com

Triadic colors

1 #B8597D and #7DB859 with #597DB8 are triadic colors.

2 #B87D59 and #7D59B8 with #597DB8 are triadic colors.