COLOR #597D99

HEX: #597D99
RGB: (89,125,153)

Color info

#597D99 contains mainly green and blue colors. Web safe color of #597D99 is #666699 (or #669).

RGB color model

#597D99 color RGB value is (89,125,153).

  • red value is 89;
  • green value is 125;
  • blue value is 153.
RGB:
(89,125,153)
(35%,49%,60%)

RGB channels and saturation

R 89 of 255 = 35%
G 125 of 255 = 49%
B 153 of 255 = 60%

89
125
153

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

Portions of RGB colors in percentages

R + G + B =
89 + 125 + 153 = 367 (100%)
R 89 of 367 ~ 24.25%
G 125 of 367 ~ 34.06%
B 153 of 367 ~ 41.69%

%24.25
%34.06
%41.69

CMYK color model

#597D99 color CMYK value is (42,18,0,40).

  • cyan value is 41.83%
  • magenta value is 18.30%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(42,18,0,40)
C42M18Y0K40 
(42%,18%,0%,40%)
(0.42/0.18/0.00/0.40)	

CMYK percentages

%41.83
%18.3
%0
%40

Codes

Color #597D99 in popluar color models

597D99
RGB89125153
HSL206°26.45%47.45%
HSB/HSV206°41.83%60.00%
CMYK41.83%18.30%0.00%
40.00%

Color #597D99 in popluar number systems.

HEX597D99
Decimal89125153
Binary1011001111110110011001
Octal131175231

Shades and tints

Shades of #597D99

#597D99
(89,125,153)
#51728C
(81,114,140)
#49677F
(73,103,127)
#415C72
(65,92,114)
#395165
(57,81,101)
#314658
(49,70,88)
#293B4B
(41,59,75)
#21303E
(33,48,62)
#192531
(25,37,49)
#111A24
(17,26,36)
#090F17
(9,15,23)
#000000
(0,0,0)

Tints of #597D99

#597D99
(89,125,153)
#6888A2
(104,136,162)
#7793AB
(119,147,171)
#869EB4
(134,158,180)
#95A9BD
(149,169,189)
#A4B4C6
(164,180,198)
#B3BFCF
(179,191,207)
#C2CAD8
(194,202,216)
#D1D5E1
(209,213,225)
#E0E0EA
(224,224,234)
#EFEBF3
(239,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597D99; }

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

This text font color is #597D99.


Background Color

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

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

This div background color is #597D99.


Border color

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

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

This div border color is #597D99.


Opacity

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

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

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

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

This text has shadow with #597D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597D99 on black background.


Color preview on white background

This text has color #597D99 on white background.



Black color preview on #597D99 background

This text has black color on #597D99 background.


White color preview on #597D99 background

This text has white color on #597D99 background.