COLOR #597A86

HEX: #597A86
RGB: (89,122,134)

Color info

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

RGB color model

#597A86 color RGB value is (89,122,134).

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

RGB channels and saturation

R 89 of 255 = 35%
G 122 of 255 = 48%
B 134 of 255 = 53%

89
122
134

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

Portions of RGB colors in percentages

R + G + B =
89 + 122 + 134 = 345 (100%)
R 89 of 345 ~ 25.8%
G 122 of 345 ~ 35.36%
B 134 of 345 ~ 38.84%

%25.8
%35.36
%38.84

CMYK color model

#597A86 color CMYK value is (34,9,0,47).

  • cyan value is 33.58%
  • magenta value is 8.96%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(34,9,0,47)
C34M9Y0K47 
(34%,9%,0%,47%)
(0.34/0.09/0.00/0.47)	

CMYK percentages

%33.58
%8.96
%0
%47.45

Codes

Color #597A86 in popluar color models

597A86
RGB89122134
HSL196°20.18%43.73%
HSB/HSV196°33.58%52.55%
CMYK33.58%8.96%0.00%
47.45%

Color #597A86 in popluar number systems.

HEX597A86
Decimal89122134
Binary1011001111101010000110
Octal131172206

Shades and tints

Shades of #597A86

#597A86
(89,122,134)
#516F7A
(81,111,122)
#49646E
(73,100,110)
#415962
(65,89,98)
#394E56
(57,78,86)
#31434A
(49,67,74)
#29383E
(41,56,62)
#212D32
(33,45,50)
#192226
(25,34,38)
#11171A
(17,23,26)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #597A86

#597A86
(89,122,134)
#688691
(104,134,145)
#77929C
(119,146,156)
#869EA7
(134,158,167)
#95AAB2
(149,170,178)
#A4B6BD
(164,182,189)
#B3C2C8
(179,194,200)
#C2CED3
(194,206,211)
#D1DADE
(209,218,222)
#E0E6E9
(224,230,233)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597A86; }

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

This text font color is #597A86.


Background Color

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

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

This div background color is #597A86.


Border color

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

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

This div border color is #597A86.


Opacity

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

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

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

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

This text has shadow with #597A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597A86 on black background.


Color preview on white background

This text has color #597A86 on white background.



Black color preview on #597A86 background

This text has black color on #597A86 background.


White color preview on #597A86 background

This text has white color on #597A86 background.