COLOR #576A7D

HEX: #576A7D
RGB: (87,106,125)

Color info

#576A7D contains red, green and blue colors in about the same proportion. Web safe color of #576A7D is #666666 (or #666).

RGB color model

#576A7D color RGB value is (87,106,125).

  • red value is 87;
  • green value is 106;
  • blue value is 125.
RGB:
(87,106,125)
(34%,42%,49%)

RGB channels and saturation

R 87 of 255 = 34%
G 106 of 255 = 42%
B 125 of 255 = 49%

87
106
125

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

Portions of RGB colors in percentages

R + G + B =
87 + 106 + 125 = 318 (100%)
R 87 of 318 ~ 27.36%
G 106 of 318 ~ 33.33%
B 125 of 318 ~ 39.31%

%27.36
%33.33
%39.31

CMYK color model

#576A7D color CMYK value is (30,15,0,51).

  • cyan value is 30.40%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(30,15,0,51)
C30M15Y0K51 
(30%,15%,0%,51%)
(0.30/0.15/0.00/0.51)	

CMYK percentages

%30.4
%15.2
%0
%50.98

Codes

Color #576A7D in popluar color models

576A7D
RGB87106125
HSL210°17.92%41.57%
HSB/HSV210°30.40%49.02%
CMYK30.40%15.20%0.00%
50.98%

Color #576A7D in popluar number systems.

HEX576A7D
Decimal87106125
Binary101011111010101111101
Octal127152175

Shades and tints

Shades of #576A7D

#576A7D
(87,106,125)
#506172
(80,97,114)
#495867
(73,88,103)
#424F5C
(66,79,92)
#3B4651
(59,70,81)
#343D46
(52,61,70)
#2D343B
(45,52,59)
#262B30
(38,43,48)
#1F2225
(31,34,37)
#18191A
(24,25,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #576A7D

#576A7D
(87,106,125)
#667788
(102,119,136)
#758493
(117,132,147)
#84919E
(132,145,158)
#939EA9
(147,158,169)
#A2ABB4
(162,171,180)
#B1B8BF
(177,184,191)
#C0C5CA
(192,197,202)
#CFD2D5
(207,210,213)
#DEDFE0
(222,223,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576A7D color. Also use rgb(87,106,125) instead hex code.

Text Font Color

.myTextColor { color: #576A7D; }

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

This text font color is #576A7D.


Background Color

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

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

This div background color is #576A7D.


Border color

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

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

This div border color is #576A7D.


Opacity

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

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

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

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

This text has shadow with #576A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576A7D on black background.


Color preview on white background

This text has color #576A7D on white background.



Black color preview on #576A7D background

This text has black color on #576A7D background.


White color preview on #576A7D background

This text has white color on #576A7D background.