COLOR #576475

HEX: #576475
RGB: (87,100,117)

Color info

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

RGB color model

#576475 color RGB value is (87,100,117).

  • red value is 87;
  • green value is 100;
  • blue value is 117.
RGB:
(87,100,117)
(34%,39%,46%)

RGB channels and saturation

R 87 of 255 = 34%
G 100 of 255 = 39%
B 117 of 255 = 46%

87
100
117

R + G + B ~ 40%. #576475 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 100 + 117 = 304 (100%)
R 87 of 304 ~ 28.62%
G 100 of 304 ~ 32.89%
B 117 of 304 ~ 38.49%

%28.62
%32.89
%38.49

CMYK color model

#576475 color CMYK value is (26,15,0,54).

  • cyan value is 25.64%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(26,15,0,54)
C26M15Y0K54 
(26%,15%,0%,54%)
(0.26/0.15/0.00/0.54)	

CMYK percentages

%25.64
%14.53
%0
%54.12

Codes

Color #576475 in popluar color models

576475
RGB87100117
HSL214°14.71%40.00%
HSB/HSV214°25.64%45.88%
CMYK25.64%14.53%0.00%
54.12%

Color #576475 in popluar number systems.

HEX576475
Decimal87100117
Binary101011111001001110101
Octal127144165

Shades and tints

Shades of #576475

#576475
(87,100,117)
#505B6B
(80,91,107)
#495261
(73,82,97)
#424957
(66,73,87)
#3B404D
(59,64,77)
#343743
(52,55,67)
#2D2E39
(45,46,57)
#26252F
(38,37,47)
#1F1C25
(31,28,37)
#18131B
(24,19,27)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #576475

#576475
(87,100,117)
#667281
(102,114,129)
#75808D
(117,128,141)
#848E99
(132,142,153)
#939CA5
(147,156,165)
#A2AAB1
(162,170,177)
#B1B8BD
(177,184,189)
#C0C6C9
(192,198,201)
#CFD4D5
(207,212,213)
#DEE2E1
(222,226,225)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576475 color. Also use rgb(87,100,117) instead hex code.

Text Font Color

.myTextColor { color: #576475; }

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

This text font color is #576475.


Background Color

.myBgColor { background-color: #576475; }

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

This div background color is #576475.


Border color

.myBorderColor { border: 1px solid #576475; }

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

This div border color is #576475.


Opacity

.myOpacity80 { color: #576475; opacity: 0.8; }

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

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

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

This text has shadow with #576475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576475 on black background.


Color preview on white background

This text has color #576475 on white background.



Black color preview on #576475 background

This text has black color on #576475 background.


White color preview on #576475 background

This text has white color on #576475 background.