COLOR #576B8F

HEX: #576B8F
RGB: (87,107,143)

Color info

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

RGB color model

#576B8F color RGB value is (87,107,143).

  • red value is 87;
  • green value is 107;
  • blue value is 143.
RGB:
(87,107,143)
(34%,42%,56%)

RGB channels and saturation

R 87 of 255 = 34%
G 107 of 255 = 42%
B 143 of 255 = 56%

87
107
143

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

Portions of RGB colors in percentages

R + G + B =
87 + 107 + 143 = 337 (100%)
R 87 of 337 ~ 25.82%
G 107 of 337 ~ 31.75%
B 143 of 337 ~ 42.43%

%25.82
%31.75
%42.43

CMYK color model

#576B8F color CMYK value is (39,25,0,44).

  • cyan value is 39.16%
  • magenta value is 25.17%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(39,25,0,44)
C39M25Y0K44 
(39%,25%,0%,44%)
(0.39/0.25/0.00/0.44)	

CMYK percentages

%39.16
%25.17
%0
%43.92

Codes

Color #576B8F in popluar color models

576B8F
RGB87107143
HSL219°24.35%45.10%
HSB/HSV219°39.16%56.08%
CMYK39.16%25.17%0.00%
43.92%

Color #576B8F in popluar number systems.

HEX576B8F
Decimal87107143
Binary1010111110101110001111
Octal127153217

Shades and tints

Shades of #576B8F

#576B8F
(87,107,143)
#506282
(80,98,130)
#495975
(73,89,117)
#425068
(66,80,104)
#3B475B
(59,71,91)
#343E4E
(52,62,78)
#2D3541
(45,53,65)
#262C34
(38,44,52)
#1F2327
(31,35,39)
#181A1A
(24,26,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #576B8F

#576B8F
(87,107,143)
#667899
(102,120,153)
#7585A3
(117,133,163)
#8492AD
(132,146,173)
#939FB7
(147,159,183)
#A2ACC1
(162,172,193)
#B1B9CB
(177,185,203)
#C0C6D5
(192,198,213)
#CFD3DF
(207,211,223)
#DEE0E9
(222,224,233)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576B8F color. Also use rgb(87,107,143) instead hex code.

Text Font Color

.myTextColor { color: #576B8F; }

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

This text font color is #576B8F.


Background Color

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

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

This div background color is #576B8F.


Border color

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

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

This div border color is #576B8F.


Opacity

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

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

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

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

This text has shadow with #576B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576B8F on black background.


Color preview on white background

This text has color #576B8F on white background.



Black color preview on #576B8F background

This text has black color on #576B8F background.


White color preview on #576B8F background

This text has white color on #576B8F background.