COLOR #597987

HEX: #597987
RGB: (89,121,135)

Color info

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

RGB color model

#597987 color RGB value is (89,121,135).

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

RGB channels and saturation

R 89 of 255 = 35%
G 121 of 255 = 47%
B 135 of 255 = 53%

89
121
135

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

Portions of RGB colors in percentages

R + G + B =
89 + 121 + 135 = 345 (100%)
R 89 of 345 ~ 25.8%
G 121 of 345 ~ 35.07%
B 135 of 345 ~ 39.13%

%25.8
%35.07
%39.13

CMYK color model

#597987 color CMYK value is (34,10,0,47).

  • cyan value is 34.07%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(34,10,0,47)
C34M10Y0K47 
(34%,10%,0%,47%)
(0.34/0.10/0.00/0.47)	

CMYK percentages

%34.07
%10.37
%0
%47.06

Codes

Color #597987 in popluar color models

597987
RGB89121135
HSL198°20.54%43.92%
HSB/HSV198°34.07%52.94%
CMYK34.07%10.37%0.00%
47.06%

Color #597987 in popluar number systems.

HEX597987
Decimal89121135
Binary1011001111100110000111
Octal131171207

Shades and tints

Shades of #597987

#597987
(89,121,135)
#516E7B
(81,110,123)
#49636F
(73,99,111)
#415863
(65,88,99)
#394D57
(57,77,87)
#31424B
(49,66,75)
#29373F
(41,55,63)
#212C33
(33,44,51)
#192127
(25,33,39)
#11161B
(17,22,27)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #597987

#597987
(89,121,135)
#688591
(104,133,145)
#77919B
(119,145,155)
#869DA5
(134,157,165)
#95A9AF
(149,169,175)
#A4B5B9
(164,181,185)
#B3C1C3
(179,193,195)
#C2CDCD
(194,205,205)
#D1D9D7
(209,217,215)
#E0E5E1
(224,229,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597987; }

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

This text font color is #597987.


Background Color

.myBgColor { background-color: #597987; }

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

This div background color is #597987.


Border color

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

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

This div border color is #597987.


Opacity

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

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

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

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

This text has shadow with #597987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597987 on black background.


Color preview on white background

This text has color #597987 on white background.



Black color preview on #597987 background

This text has black color on #597987 background.


White color preview on #597987 background

This text has white color on #597987 background.