COLOR #597E8F

HEX: #597E8F
RGB: (89,126,143)

Color info

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

RGB color model

#597E8F color RGB value is (89,126,143).

  • red value is 89;
  • green value is 126;
  • blue value is 143.
RGB:
(89,126,143)
(35%,49%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 126 of 255 = 49%
B 143 of 255 = 56%

89
126
143

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

Portions of RGB colors in percentages

R + G + B =
89 + 126 + 143 = 358 (100%)
R 89 of 358 ~ 24.86%
G 126 of 358 ~ 35.2%
B 143 of 358 ~ 39.94%

%24.86
%35.2
%39.94

CMYK color model

#597E8F color CMYK value is (38,12,0,44).

  • cyan value is 37.76%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(38,12,0,44)
C38M12Y0K44 
(38%,12%,0%,44%)
(0.38/0.12/0.00/0.44)	

CMYK percentages

%37.76
%11.89
%0
%43.92

Codes

Color #597E8F in popluar color models

597E8F
RGB89126143
HSL199°23.28%45.49%
HSB/HSV199°37.76%56.08%
CMYK37.76%11.89%0.00%
43.92%

Color #597E8F in popluar number systems.

HEX597E8F
Decimal89126143
Binary1011001111111010001111
Octal131176217

Shades and tints

Shades of #597E8F

#597E8F
(89,126,143)
#517382
(81,115,130)
#496875
(73,104,117)
#415D68
(65,93,104)
#39525B
(57,82,91)
#31474E
(49,71,78)
#293C41
(41,60,65)
#213134
(33,49,52)
#192627
(25,38,39)
#111B1A
(17,27,26)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #597E8F

#597E8F
(89,126,143)
#688999
(104,137,153)
#7794A3
(119,148,163)
#869FAD
(134,159,173)
#95AAB7
(149,170,183)
#A4B5C1
(164,181,193)
#B3C0CB
(179,192,203)
#C2CBD5
(194,203,213)
#D1D6DF
(209,214,223)
#E0E1E9
(224,225,233)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597E8F color. Also use rgb(89,126,143) instead hex code.

Text Font Color

.myTextColor { color: #597E8F; }

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

This text font color is #597E8F.


Background Color

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

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

This div background color is #597E8F.


Border color

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

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

This div border color is #597E8F.


Opacity

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

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

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

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

This text has shadow with #597E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597E8F on black background.


Color preview on white background

This text has color #597E8F on white background.



Black color preview on #597E8F background

This text has black color on #597E8F background.


White color preview on #597E8F background

This text has white color on #597E8F background.