COLOR #597780

HEX: #597780
RGB: (89,119,128)

Color info

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

RGB color model

#597780 color RGB value is (89,119,128).

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

RGB channels and saturation

R 89 of 255 = 35%
G 119 of 255 = 47%
B 128 of 255 = 50%

89
119
128

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

Portions of RGB colors in percentages

R + G + B =
89 + 119 + 128 = 336 (100%)
R 89 of 336 ~ 26.49%
G 119 of 336 ~ 35.42%
B 128 of 336 ~ 38.1%

%26.49
%35.42
%38.1

CMYK color model

#597780 color CMYK value is (30,7,0,50).

  • cyan value is 30.47%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(30,7,0,50)
C30M7Y0K50 
(30%,7%,0%,50%)
(0.30/0.07/0.00/0.50)	

CMYK percentages

%30.47
%7.03
%0
%49.8

Codes

Color #597780 in popluar color models

597780
RGB89119128
HSL194°17.97%42.55%
HSB/HSV194°30.47%50.20%
CMYK30.47%7.03%0.00%
49.80%

Color #597780 in popluar number systems.

HEX597780
Decimal89119128
Binary1011001111011110000000
Octal131167200

Shades and tints

Shades of #597780

#597780
(89,119,128)
#516D75
(81,109,117)
#49636A
(73,99,106)
#41595F
(65,89,95)
#394F54
(57,79,84)
#314549
(49,69,73)
#293B3E
(41,59,62)
#213133
(33,49,51)
#192728
(25,39,40)
#111D1D
(17,29,29)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #597780

#597780
(89,119,128)
#68838B
(104,131,139)
#778F96
(119,143,150)
#869BA1
(134,155,161)
#95A7AC
(149,167,172)
#A4B3B7
(164,179,183)
#B3BFC2
(179,191,194)
#C2CBCD
(194,203,205)
#D1D7D8
(209,215,216)
#E0E3E3
(224,227,227)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #597780; }

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

This text font color is #597780.


Background Color

.myBgColor { background-color: #597780; }

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

This div background color is #597780.


Border color

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

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

This div border color is #597780.


Opacity

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

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

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

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

This text has shadow with #597780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597780 on black background.


Color preview on white background

This text has color #597780 on white background.



Black color preview on #597780 background

This text has black color on #597780 background.


White color preview on #597780 background

This text has white color on #597780 background.