COLOR #597080

HEX: #597080
RGB: (89,112,128)

Color info

#597080 contains red, green and blue colors in about the same proportion. Web safe color of #597080 is #666666 (or #666).

RGB color model

#597080 color RGB value is (89,112,128).

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

RGB channels and saturation

R 89 of 255 = 35%
G 112 of 255 = 44%
B 128 of 255 = 50%

89
112
128

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

Portions of RGB colors in percentages

R + G + B =
89 + 112 + 128 = 329 (100%)
R 89 of 329 ~ 27.05%
G 112 of 329 ~ 34.04%
B 128 of 329 ~ 38.91%

%27.05
%34.04
%38.91

CMYK color model

#597080 color CMYK value is (30,13,0,50).

  • cyan value is 30.47%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(30,13,0,50)
C30M13Y0K50 
(30%,13%,0%,50%)
(0.30/0.13/0.00/0.50)	

CMYK percentages

%30.47
%12.5
%0
%49.8

Codes

Color #597080 in popluar color models

597080
RGB89112128
HSL205°17.97%42.55%
HSB/HSV205°30.47%50.20%
CMYK30.47%12.50%0.00%
49.80%

Color #597080 in popluar number systems.

HEX597080
Decimal89112128
Binary1011001111000010000000
Octal131160200

Shades and tints

Shades of #597080

#597080
(89,112,128)
#516675
(81,102,117)
#495C6A
(73,92,106)
#41525F
(65,82,95)
#394854
(57,72,84)
#313E49
(49,62,73)
#29343E
(41,52,62)
#212A33
(33,42,51)
#192028
(25,32,40)
#11161D
(17,22,29)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #597080

#597080
(89,112,128)
#687D8B
(104,125,139)
#778A96
(119,138,150)
#8697A1
(134,151,161)
#95A4AC
(149,164,172)
#A4B1B7
(164,177,183)
#B3BEC2
(179,190,194)
#C2CBCD
(194,203,205)
#D1D8D8
(209,216,216)
#E0E5E3
(224,229,227)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597080; }

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

This text font color is #597080.


Background Color

.myBgColor { background-color: #597080; }

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

This div background color is #597080.


Border color

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

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

This div border color is #597080.


Opacity

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

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

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

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

This text has shadow with #597080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597080 on black background.


Color preview on white background

This text has color #597080 on white background.



Black color preview on #597080 background

This text has black color on #597080 background.


White color preview on #597080 background

This text has white color on #597080 background.