COLOR #576E9E

HEX: #576E9E
RGB: (87,110,158)

Color info

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

RGB color model

#576E9E color RGB value is (87,110,158).

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

RGB channels and saturation

R 87 of 255 = 34%
G 110 of 255 = 43%
B 158 of 255 = 62%

87
110
158

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

Portions of RGB colors in percentages

R + G + B =
87 + 110 + 158 = 355 (100%)
R 87 of 355 ~ 24.51%
G 110 of 355 ~ 30.99%
B 158 of 355 ~ 44.51%

%24.51
%30.99
%44.51

CMYK color model

#576E9E color CMYK value is (45,30,0,38).

  • cyan value is 44.94%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(45,30,0,38)
C45M30Y0K38 
(45%,30%,0%,38%)
(0.45/0.30/0.00/0.38)	

CMYK percentages

%44.94
%30.38
%0
%38.04

Codes

Color #576E9E in popluar color models

576E9E
RGB87110158
HSL221°28.98%48.04%
HSB/HSV221°44.94%61.96%
CMYK44.94%30.38%0.00%
38.04%

Color #576E9E in popluar number systems.

HEX576E9E
Decimal87110158
Binary1010111110111010011110
Octal127156236

Shades and tints

Shades of #576E9E

#576E9E
(87,110,158)
#506490
(80,100,144)
#495A82
(73,90,130)
#425074
(66,80,116)
#3B4666
(59,70,102)
#343C58
(52,60,88)
#2D324A
(45,50,74)
#26283C
(38,40,60)
#1F1E2E
(31,30,46)
#181420
(24,20,32)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #576E9E

#576E9E
(87,110,158)
#667BA6
(102,123,166)
#7588AE
(117,136,174)
#8495B6
(132,149,182)
#93A2BE
(147,162,190)
#A2AFC6
(162,175,198)
#B1BCCE
(177,188,206)
#C0C9D6
(192,201,214)
#CFD6DE
(207,214,222)
#DEE3E6
(222,227,230)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576E9E; }

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

This text font color is #576E9E.


Background Color

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

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

This div background color is #576E9E.


Border color

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

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

This div border color is #576E9E.


Opacity

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

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

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

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

This text has shadow with #576E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576E9E on black background.


Color preview on white background

This text has color #576E9E on white background.



Black color preview on #576E9E background

This text has black color on #576E9E background.


White color preview on #576E9E background

This text has white color on #576E9E background.