COLOR #576E9A

HEX: #576E9A
RGB: (87,110,154)

Color info

#576E9A contains mainly green and blue colors. Web safe color of #576E9A is #666699 (or #669).

RGB color model

#576E9A color RGB value is (87,110,154).

  • red value is 87;
  • green value is 110;
  • blue value is 154.
RGB:
(87,110,154)
(34%,43%,60%)

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 154 of 255 = 60%

87
110
154

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

Portions of RGB colors in percentages

R + G + B =
87 + 110 + 154 = 351 (100%)
R 87 of 351 ~ 24.79%
G 110 of 351 ~ 31.34%
B 154 of 351 ~ 43.87%

%24.79
%31.34
%43.87

CMYK color model

#576E9A color CMYK value is (44,29,0,40).

  • cyan value is 43.51%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(44,29,0,40)
C44M29Y0K40 
(44%,29%,0%,40%)
(0.44/0.29/0.00/0.40)	

CMYK percentages

%43.51
%28.57
%0
%39.61

Codes

Color #576E9A in popluar color models

576E9A
RGB87110154
HSL219°27.80%47.25%
HSB/HSV219°43.51%60.39%
CMYK43.51%28.57%0.00%
39.61%

Color #576E9A in popluar number systems.

HEX576E9A
Decimal87110154
Binary1010111110111010011010
Octal127156232

Shades and tints

Shades of #576E9A

#576E9A
(87,110,154)
#50648C
(80,100,140)
#495A7E
(73,90,126)
#425070
(66,80,112)
#3B4662
(59,70,98)
#343C54
(52,60,84)
#2D3246
(45,50,70)
#262838
(38,40,56)
#1F1E2A
(31,30,42)
#18141C
(24,20,28)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #576E9A

#576E9A
(87,110,154)
#667BA3
(102,123,163)
#7588AC
(117,136,172)
#8495B5
(132,149,181)
#93A2BE
(147,162,190)
#A2AFC7
(162,175,199)
#B1BCD0
(177,188,208)
#C0C9D9
(192,201,217)
#CFD6E2
(207,214,226)
#DEE3EB
(222,227,235)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576E9A color. Also use rgb(87,110,154) instead hex code.

Text Font Color

.myTextColor { color: #576E9A; }

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

This text font color is #576E9A.


Background Color

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

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

This div background color is #576E9A.


Border color

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

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

This div border color is #576E9A.


Opacity

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

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

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

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

This text has shadow with #576E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576E9A on black background.


Color preview on white background

This text has color #576E9A on white background.



Black color preview on #576E9A background

This text has black color on #576E9A background.


White color preview on #576E9A background

This text has white color on #576E9A background.