COLOR #576775

HEX: #576775
RGB: (87,103,117)

Color info

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

RGB color model

#576775 color RGB value is (87,103,117).

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

RGB channels and saturation

R 87 of 255 = 34%
G 103 of 255 = 40%
B 117 of 255 = 46%

87
103
117

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

Portions of RGB colors in percentages

R + G + B =
87 + 103 + 117 = 307 (100%)
R 87 of 307 ~ 28.34%
G 103 of 307 ~ 33.55%
B 117 of 307 ~ 38.11%

%28.34
%33.55
%38.11

CMYK color model

#576775 color CMYK value is (26,12,0,54).

  • cyan value is 25.64%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(26,12,0,54)
C26M12Y0K54 
(26%,12%,0%,54%)
(0.26/0.12/0.00/0.54)	

CMYK percentages

%25.64
%11.97
%0
%54.12

Codes

Color #576775 in popluar color models

576775
RGB87103117
HSL208°14.71%40.00%
HSB/HSV208°25.64%45.88%
CMYK25.64%11.97%0.00%
54.12%

Color #576775 in popluar number systems.

HEX576775
Decimal87103117
Binary101011111001111110101
Octal127147165

Shades and tints

Shades of #576775

#576775
(87,103,117)
#505E6B
(80,94,107)
#495561
(73,85,97)
#424C57
(66,76,87)
#3B434D
(59,67,77)
#343A43
(52,58,67)
#2D3139
(45,49,57)
#26282F
(38,40,47)
#1F1F25
(31,31,37)
#18161B
(24,22,27)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #576775

#576775
(87,103,117)
#667481
(102,116,129)
#75818D
(117,129,141)
#848E99
(132,142,153)
#939BA5
(147,155,165)
#A2A8B1
(162,168,177)
#B1B5BD
(177,181,189)
#C0C2C9
(192,194,201)
#CFCFD5
(207,207,213)
#DEDCE1
(222,220,225)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576775; }

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

This text font color is #576775.


Background Color

.myBgColor { background-color: #576775; }

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

This div background color is #576775.


Border color

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

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

This div border color is #576775.


Opacity

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

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

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

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

This text has shadow with #576775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576775 on black background.


Color preview on white background

This text has color #576775 on white background.



Black color preview on #576775 background

This text has black color on #576775 background.


White color preview on #576775 background

This text has white color on #576775 background.