COLOR #597087

HEX: #597087
RGB: (89,112,135)

Color info

#597087 contains red, green and blue colors in about the same proportion. Web safe color of #597087 is #666699 (or #669).

RGB color model

#597087 color RGB value is (89,112,135).

  • red value is 89;
  • green value is 112;
  • blue value is 135.
RGB:
(89,112,135)
(35%,44%,53%)

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 135 of 255 = 53%

89
112
135

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

Portions of RGB colors in percentages

R + G + B =
89 + 112 + 135 = 336 (100%)
R 89 of 336 ~ 26.49%
G 112 of 336 ~ 33.33%
B 135 of 336 ~ 40.18%

%26.49
%33.33
%40.18

CMYK color model

#597087 color CMYK value is (34,17,0,47).

  • cyan value is 34.07%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(34,17,0,47)
C34M17Y0K47 
(34%,17%,0%,47%)
(0.34/0.17/0.00/0.47)	

CMYK percentages

%34.07
%17.04
%0
%47.06

Codes

Color #597087 in popluar color models

597087
RGB89112135
HSL210°20.54%43.92%
HSB/HSV210°34.07%52.94%
CMYK34.07%17.04%0.00%
47.06%

Color #597087 in popluar number systems.

HEX597087
Decimal89112135
Binary1011001111000010000111
Octal131160207

Shades and tints

Shades of #597087

#597087
(89,112,135)
#51667B
(81,102,123)
#495C6F
(73,92,111)
#415263
(65,82,99)
#394857
(57,72,87)
#313E4B
(49,62,75)
#29343F
(41,52,63)
#212A33
(33,42,51)
#192027
(25,32,39)
#11161B
(17,22,27)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #597087

#597087
(89,112,135)
#687D91
(104,125,145)
#778A9B
(119,138,155)
#8697A5
(134,151,165)
#95A4AF
(149,164,175)
#A4B1B9
(164,177,185)
#B3BEC3
(179,190,195)
#C2CBCD
(194,203,205)
#D1D8D7
(209,216,215)
#E0E5E1
(224,229,225)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597087 color. Also use rgb(89,112,135) instead hex code.

Text Font Color

.myTextColor { color: #597087; }

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

This text font color is #597087.


Background Color

.myBgColor { background-color: #597087; }

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

This div background color is #597087.


Border color

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

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

This div border color is #597087.


Opacity

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

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

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

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

This text has shadow with #597087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597087 on black background.


Color preview on white background

This text has color #597087 on white background.



Black color preview on #597087 background

This text has black color on #597087 background.


White color preview on #597087 background

This text has white color on #597087 background.