COLOR #576679

HEX: #576679
RGB: (87,102,121)

Color info

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

RGB color model

#576679 color RGB value is (87,102,121).

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

RGB channels and saturation

R 87 of 255 = 34%
G 102 of 255 = 40%
B 121 of 255 = 47%

87
102
121

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

Portions of RGB colors in percentages

R + G + B =
87 + 102 + 121 = 310 (100%)
R 87 of 310 ~ 28.06%
G 102 of 310 ~ 32.9%
B 121 of 310 ~ 39.03%

%28.06
%32.9
%39.03

CMYK color model

#576679 color CMYK value is (28,16,0,53).

  • cyan value is 28.10%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(28,16,0,53)
C28M16Y0K53 
(28%,16%,0%,53%)
(0.28/0.16/0.00/0.53)	

CMYK percentages

%28.1
%15.7
%0
%52.55

Codes

Color #576679 in popluar color models

576679
RGB87102121
HSL214°16.35%40.78%
HSB/HSV214°28.10%47.45%
CMYK28.10%15.70%0.00%
52.55%

Color #576679 in popluar number systems.

HEX576679
Decimal87102121
Binary101011111001101111001
Octal127146171

Shades and tints

Shades of #576679

#576679
(87,102,121)
#505D6E
(80,93,110)
#495463
(73,84,99)
#424B58
(66,75,88)
#3B424D
(59,66,77)
#343942
(52,57,66)
#2D3037
(45,48,55)
#26272C
(38,39,44)
#1F1E21
(31,30,33)
#181516
(24,21,22)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #576679

#576679
(87,102,121)
#667385
(102,115,133)
#758091
(117,128,145)
#848D9D
(132,141,157)
#939AA9
(147,154,169)
#A2A7B5
(162,167,181)
#B1B4C1
(177,180,193)
#C0C1CD
(192,193,205)
#CFCED9
(207,206,217)
#DEDBE5
(222,219,229)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576679; }

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

This text font color is #576679.


Background Color

.myBgColor { background-color: #576679; }

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

This div background color is #576679.


Border color

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

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

This div border color is #576679.


Opacity

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

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

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

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

This text has shadow with #576679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576679 on black background.


Color preview on white background

This text has color #576679 on white background.



Black color preview on #576679 background

This text has black color on #576679 background.


White color preview on #576679 background

This text has white color on #576679 background.