COLOR #597696

HEX: #597696
RGB: (89,118,150)

Color info

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

RGB color model

#597696 color RGB value is (89,118,150).

  • red value is 89;
  • green value is 118;
  • blue value is 150.
RGB:
(89,118,150)
(35%,46%,59%)

RGB channels and saturation

R 89 of 255 = 35%
G 118 of 255 = 46%
B 150 of 255 = 59%

89
118
150

R + G + B ~ 47%. #597696 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 118 + 150 = 357 (100%)
R 89 of 357 ~ 24.93%
G 118 of 357 ~ 33.05%
B 150 of 357 ~ 42.02%

%24.93
%33.05
%42.02

CMYK color model

#597696 color CMYK value is (41,21,0,41).

  • cyan value is 40.67%
  • magenta value is 21.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(41,21,0,41)
C41M21Y0K41 
(41%,21%,0%,41%)
(0.41/0.21/0.00/0.41)	

CMYK percentages

%40.67
%21.33
%0
%41.18

Codes

Color #597696 in popluar color models

597696
RGB89118150
HSL211°25.52%46.86%
HSB/HSV211°40.67%58.82%
CMYK40.67%21.33%0.00%
41.18%

Color #597696 in popluar number systems.

HEX597696
Decimal89118150
Binary1011001111011010010110
Octal131166226

Shades and tints

Shades of #597696

#597696
(89,118,150)
#516C89
(81,108,137)
#49627C
(73,98,124)
#41586F
(65,88,111)
#394E62
(57,78,98)
#314455
(49,68,85)
#293A48
(41,58,72)
#21303B
(33,48,59)
#19262E
(25,38,46)
#111C21
(17,28,33)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #597696

#597696
(89,118,150)
#68829F
(104,130,159)
#778EA8
(119,142,168)
#869AB1
(134,154,177)
#95A6BA
(149,166,186)
#A4B2C3
(164,178,195)
#B3BECC
(179,190,204)
#C2CAD5
(194,202,213)
#D1D6DE
(209,214,222)
#E0E2E7
(224,226,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597696 color. Also use rgb(89,118,150) instead hex code.

Text Font Color

.myTextColor { color: #597696; }

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

This text font color is #597696.


Background Color

.myBgColor { background-color: #597696; }

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

This div background color is #597696.


Border color

.myBorderColor { border: 1px solid #597696; }

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

This div border color is #597696.


Opacity

.myOpacity80 { color: #597696; opacity: 0.8; }

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

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

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

This text has shadow with #597696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597696 on black background.


Color preview on white background

This text has color #597696 on white background.



Black color preview on #597696 background

This text has black color on #597696 background.


White color preview on #597696 background

This text has white color on #597696 background.