COLOR #597082

HEX: #597082
RGB: (89,112,130)

Color info

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

RGB color model

#597082 color RGB value is (89,112,130).

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

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 130 of 255 = 51%

89
112
130

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

Portions of RGB colors in percentages

R + G + B =
89 + 112 + 130 = 331 (100%)
R 89 of 331 ~ 26.89%
G 112 of 331 ~ 33.84%
B 130 of 331 ~ 39.27%

%26.89
%33.84
%39.27

CMYK color model

#597082 color CMYK value is (32,14,0,49).

  • cyan value is 31.54%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(32,14,0,49)
C32M14Y0K49 
(32%,14%,0%,49%)
(0.32/0.14/0.00/0.49)	

CMYK percentages

%31.54
%13.85
%0
%49.02

Codes

Color #597082 in popluar color models

597082
RGB89112130
HSL206°18.72%42.94%
HSB/HSV206°31.54%50.98%
CMYK31.54%13.85%0.00%
49.02%

Color #597082 in popluar number systems.

HEX597082
Decimal89112130
Binary1011001111000010000010
Octal131160202

Shades and tints

Shades of #597082

#597082
(89,112,130)
#516677
(81,102,119)
#495C6C
(73,92,108)
#415261
(65,82,97)
#394856
(57,72,86)
#313E4B
(49,62,75)
#293440
(41,52,64)
#212A35
(33,42,53)
#19202A
(25,32,42)
#11161F
(17,22,31)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #597082

#597082
(89,112,130)
#687D8D
(104,125,141)
#778A98
(119,138,152)
#8697A3
(134,151,163)
#95A4AE
(149,164,174)
#A4B1B9
(164,177,185)
#B3BEC4
(179,190,196)
#C2CBCF
(194,203,207)
#D1D8DA
(209,216,218)
#E0E5E5
(224,229,229)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597082; }

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

This text font color is #597082.


Background Color

.myBgColor { background-color: #597082; }

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

This div background color is #597082.


Border color

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

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

This div border color is #597082.


Opacity

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

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

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

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

This text has shadow with #597082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597082 on black background.


Color preview on white background

This text has color #597082 on white background.



Black color preview on #597082 background

This text has black color on #597082 background.


White color preview on #597082 background

This text has white color on #597082 background.