COLOR #597A9C

HEX: #597A9C
RGB: (89,122,156)

Color info

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

RGB color model

#597A9C color RGB value is (89,122,156).

  • red value is 89;
  • green value is 122;
  • blue value is 156.
RGB:
(89,122,156)
(35%,48%,61%)

RGB channels and saturation

R 89 of 255 = 35%
G 122 of 255 = 48%
B 156 of 255 = 61%

89
122
156

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

Portions of RGB colors in percentages

R + G + B =
89 + 122 + 156 = 367 (100%)
R 89 of 367 ~ 24.25%
G 122 of 367 ~ 33.24%
B 156 of 367 ~ 42.51%

%24.25
%33.24
%42.51

CMYK color model

#597A9C color CMYK value is (43,22,0,39).

  • cyan value is 42.95%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(43,22,0,39)
C43M22Y0K39 
(43%,22%,0%,39%)
(0.43/0.22/0.00/0.39)	

CMYK percentages

%42.95
%21.79
%0
%38.82

Codes

Color #597A9C in popluar color models

597A9C
RGB89122156
HSL210°27.35%48.04%
HSB/HSV210°42.95%61.18%
CMYK42.95%21.79%0.00%
38.82%

Color #597A9C in popluar number systems.

HEX597A9C
Decimal89122156
Binary1011001111101010011100
Octal131172234

Shades and tints

Shades of #597A9C

#597A9C
(89,122,156)
#516F8E
(81,111,142)
#496480
(73,100,128)
#415972
(65,89,114)
#394E64
(57,78,100)
#314356
(49,67,86)
#293848
(41,56,72)
#212D3A
(33,45,58)
#19222C
(25,34,44)
#11171E
(17,23,30)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #597A9C

#597A9C
(89,122,156)
#6886A5
(104,134,165)
#7792AE
(119,146,174)
#869EB7
(134,158,183)
#95AAC0
(149,170,192)
#A4B6C9
(164,182,201)
#B3C2D2
(179,194,210)
#C2CEDB
(194,206,219)
#D1DAE4
(209,218,228)
#E0E6ED
(224,230,237)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597A9C color. Also use rgb(89,122,156) instead hex code.

Text Font Color

.myTextColor { color: #597A9C; }

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

This text font color is #597A9C.


Background Color

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

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

This div background color is #597A9C.


Border color

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

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

This div border color is #597A9C.


Opacity

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

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

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

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

This text has shadow with #597A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597A9C on black background.


Color preview on white background

This text has color #597A9C on white background.



Black color preview on #597A9C background

This text has black color on #597A9C background.


White color preview on #597A9C background

This text has white color on #597A9C background.