COLOR #597C85

HEX: #597C85
RGB: (89,124,133)

Color info

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

RGB color model

#597C85 color RGB value is (89,124,133).

  • red value is 89;
  • green value is 124;
  • blue value is 133.
RGB:
(89,124,133)
(35%,49%,52%)

RGB channels and saturation

R 89 of 255 = 35%
G 124 of 255 = 49%
B 133 of 255 = 52%

89
124
133

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

Portions of RGB colors in percentages

R + G + B =
89 + 124 + 133 = 346 (100%)
R 89 of 346 ~ 25.72%
G 124 of 346 ~ 35.84%
B 133 of 346 ~ 38.44%

%25.72
%35.84
%38.44

CMYK color model

#597C85 color CMYK value is (33,7,0,48).

  • cyan value is 33.08%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(33,7,0,48)
C33M7Y0K48 
(33%,7%,0%,48%)
(0.33/0.07/0.00/0.48)	

CMYK percentages

%33.08
%6.77
%0
%47.84

Codes

Color #597C85 in popluar color models

597C85
RGB89124133
HSL192°19.82%43.53%
HSB/HSV192°33.08%52.16%
CMYK33.08%6.77%0.00%
47.84%

Color #597C85 in popluar number systems.

HEX597C85
Decimal89124133
Binary1011001111110010000101
Octal131174205

Shades and tints

Shades of #597C85

#597C85
(89,124,133)
#517179
(81,113,121)
#49666D
(73,102,109)
#415B61
(65,91,97)
#395055
(57,80,85)
#314549
(49,69,73)
#293A3D
(41,58,61)
#212F31
(33,47,49)
#192425
(25,36,37)
#111919
(17,25,25)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #597C85

#597C85
(89,124,133)
#688790
(104,135,144)
#77929B
(119,146,155)
#869DA6
(134,157,166)
#95A8B1
(149,168,177)
#A4B3BC
(164,179,188)
#B3BEC7
(179,190,199)
#C2C9D2
(194,201,210)
#D1D4DD
(209,212,221)
#E0DFE8
(224,223,232)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597C85 color. Also use rgb(89,124,133) instead hex code.

Text Font Color

.myTextColor { color: #597C85; }

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

This text font color is #597C85.


Background Color

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

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

This div background color is #597C85.


Border color

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

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

This div border color is #597C85.


Opacity

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

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

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

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

This text has shadow with #597C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597C85 on black background.


Color preview on white background

This text has color #597C85 on white background.



Black color preview on #597C85 background

This text has black color on #597C85 background.


White color preview on #597C85 background

This text has white color on #597C85 background.