COLOR #576F89

HEX: #576F89
RGB: (87,111,137)

Color info

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

RGB color model

#576F89 color RGB value is (87,111,137).

  • red value is 87;
  • green value is 111;
  • blue value is 137.
RGB:
(87,111,137)
(34%,44%,54%)

RGB channels and saturation

R 87 of 255 = 34%
G 111 of 255 = 44%
B 137 of 255 = 54%

87
111
137

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

Portions of RGB colors in percentages

R + G + B =
87 + 111 + 137 = 335 (100%)
R 87 of 335 ~ 25.97%
G 111 of 335 ~ 33.13%
B 137 of 335 ~ 40.9%

%25.97
%33.13
%40.9

CMYK color model

#576F89 color CMYK value is (36,19,0,46).

  • cyan value is 36.50%
  • magenta value is 18.98%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(36,19,0,46)
C36M19Y0K46 
(36%,19%,0%,46%)
(0.36/0.19/0.00/0.46)	

CMYK percentages

%36.5
%18.98
%0
%46.27

Codes

Color #576F89 in popluar color models

576F89
RGB87111137
HSL211°22.32%43.92%
HSB/HSV211°36.50%53.73%
CMYK36.50%18.98%0.00%
46.27%

Color #576F89 in popluar number systems.

HEX576F89
Decimal87111137
Binary1010111110111110001001
Octal127157211

Shades and tints

Shades of #576F89

#576F89
(87,111,137)
#50657D
(80,101,125)
#495B71
(73,91,113)
#425165
(66,81,101)
#3B4759
(59,71,89)
#343D4D
(52,61,77)
#2D3341
(45,51,65)
#262935
(38,41,53)
#1F1F29
(31,31,41)
#18151D
(24,21,29)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #576F89

#576F89
(87,111,137)
#667C93
(102,124,147)
#75899D
(117,137,157)
#8496A7
(132,150,167)
#93A3B1
(147,163,177)
#A2B0BB
(162,176,187)
#B1BDC5
(177,189,197)
#C0CACF
(192,202,207)
#CFD7D9
(207,215,217)
#DEE4E3
(222,228,227)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576F89 color. Also use rgb(87,111,137) instead hex code.

Text Font Color

.myTextColor { color: #576F89; }

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

This text font color is #576F89.


Background Color

.myBgColor { background-color: #576F89; }

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

This div background color is #576F89.


Border color

.myBorderColor { border: 1px solid #576F89; }

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

This div border color is #576F89.


Opacity

.myOpacity80 { color: #576F89; opacity: 0.8; }

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

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

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

This text has shadow with #576F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F89 on black background.


Color preview on white background

This text has color #576F89 on white background.



Black color preview on #576F89 background

This text has black color on #576F89 background.


White color preview on #576F89 background

This text has white color on #576F89 background.