COLOR #576682

HEX: #576682
RGB: (87,102,130)

Color info

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

RGB color model

#576682 color RGB value is (87,102,130).

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

RGB channels and saturation

R 87 of 255 = 34%
G 102 of 255 = 40%
B 130 of 255 = 51%

87
102
130

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

Portions of RGB colors in percentages

R + G + B =
87 + 102 + 130 = 319 (100%)
R 87 of 319 ~ 27.27%
G 102 of 319 ~ 31.97%
B 130 of 319 ~ 40.75%

%27.27
%31.97
%40.75

CMYK color model

#576682 color CMYK value is (33,22,0,49).

  • cyan value is 33.08%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(33,22,0,49)
C33M22Y0K49 
(33%,22%,0%,49%)
(0.33/0.22/0.00/0.49)	

CMYK percentages

%33.08
%21.54
%0
%49.02

Codes

Color #576682 in popluar color models

576682
RGB87102130
HSL219°19.82%42.55%
HSB/HSV219°33.08%50.98%
CMYK33.08%21.54%0.00%
49.02%

Color #576682 in popluar number systems.

HEX576682
Decimal87102130
Binary1010111110011010000010
Octal127146202

Shades and tints

Shades of #576682

#576682
(87,102,130)
#505D77
(80,93,119)
#49546C
(73,84,108)
#424B61
(66,75,97)
#3B4256
(59,66,86)
#34394B
(52,57,75)
#2D3040
(45,48,64)
#262735
(38,39,53)
#1F1E2A
(31,30,42)
#18151F
(24,21,31)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #576682

#576682
(87,102,130)
#66738D
(102,115,141)
#758098
(117,128,152)
#848DA3
(132,141,163)
#939AAE
(147,154,174)
#A2A7B9
(162,167,185)
#B1B4C4
(177,180,196)
#C0C1CF
(192,193,207)
#CFCEDA
(207,206,218)
#DEDBE5
(222,219,229)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576682; }

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

This text font color is #576682.


Background Color

.myBgColor { background-color: #576682; }

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

This div background color is #576682.


Border color

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

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

This div border color is #576682.


Opacity

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

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

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

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

This text has shadow with #576682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576682 on black background.


Color preview on white background

This text has color #576682 on white background.



Black color preview on #576682 background

This text has black color on #576682 background.


White color preview on #576682 background

This text has white color on #576682 background.