COLOR #576686

HEX: #576686
RGB: (87,102,134)

Color info

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

RGB color model

#576686 color RGB value is (87,102,134).

  • red value is 87;
  • green value is 102;
  • blue value is 134.
RGB:
(87,102,134)
(34%,40%,53%)

RGB channels and saturation

R 87 of 255 = 34%
G 102 of 255 = 40%
B 134 of 255 = 53%

87
102
134

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

Portions of RGB colors in percentages

R + G + B =
87 + 102 + 134 = 323 (100%)
R 87 of 323 ~ 26.93%
G 102 of 323 ~ 31.58%
B 134 of 323 ~ 41.49%

%26.93
%31.58
%41.49

CMYK color model

#576686 color CMYK value is (35,24,0,47).

  • cyan value is 35.07%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(35,24,0,47)
C35M24Y0K47 
(35%,24%,0%,47%)
(0.35/0.24/0.00/0.47)	

CMYK percentages

%35.07
%23.88
%0
%47.45

Codes

Color #576686 in popluar color models

576686
RGB87102134
HSL221°21.27%43.33%
HSB/HSV221°35.07%52.55%
CMYK35.07%23.88%0.00%
47.45%

Color #576686 in popluar number systems.

HEX576686
Decimal87102134
Binary1010111110011010000110
Octal127146206

Shades and tints

Shades of #576686

#576686
(87,102,134)
#505D7A
(80,93,122)
#49546E
(73,84,110)
#424B62
(66,75,98)
#3B4256
(59,66,86)
#34394A
(52,57,74)
#2D303E
(45,48,62)
#262732
(38,39,50)
#1F1E26
(31,30,38)
#18151A
(24,21,26)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #576686

#576686
(87,102,134)
#667391
(102,115,145)
#75809C
(117,128,156)
#848DA7
(132,141,167)
#939AB2
(147,154,178)
#A2A7BD
(162,167,189)
#B1B4C8
(177,180,200)
#C0C1D3
(192,193,211)
#CFCEDE
(207,206,222)
#DEDBE9
(222,219,233)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576686 color. Also use rgb(87,102,134) instead hex code.

Text Font Color

.myTextColor { color: #576686; }

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

This text font color is #576686.


Background Color

.myBgColor { background-color: #576686; }

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

This div background color is #576686.


Border color

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

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

This div border color is #576686.


Opacity

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

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

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

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

This text has shadow with #576686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576686 on black background.


Color preview on white background

This text has color #576686 on white background.



Black color preview on #576686 background

This text has black color on #576686 background.


White color preview on #576686 background

This text has white color on #576686 background.