COLOR #576279

HEX: #576279
RGB: (87,98,121)

Color info

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

RGB color model

#576279 color RGB value is (87,98,121).

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

RGB channels and saturation

R 87 of 255 = 34%
G 98 of 255 = 38%
B 121 of 255 = 47%

87
98
121

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

Portions of RGB colors in percentages

R + G + B =
87 + 98 + 121 = 306 (100%)
R 87 of 306 ~ 28.43%
G 98 of 306 ~ 32.03%
B 121 of 306 ~ 39.54%

%28.43
%32.03
%39.54

CMYK color model

#576279 color CMYK value is (28,19,0,53).

  • cyan value is 28.10%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(28,19,0,53)
C28M19Y0K53 
(28%,19%,0%,53%)
(0.28/0.19/0.00/0.53)	

CMYK percentages

%28.1
%19.01
%0
%52.55

Codes

Color #576279 in popluar color models

576279
RGB8798121
HSL221°16.35%40.78%
HSB/HSV221°28.10%47.45%
CMYK28.10%19.01%0.00%
52.55%

Color #576279 in popluar number systems.

HEX576279
Decimal8798121
Binary101011111000101111001
Octal127142171

Shades and tints

Shades of #576279

#576279
(87,98,121)
#505A6E
(80,90,110)
#495263
(73,82,99)
#424A58
(66,74,88)
#3B424D
(59,66,77)
#343A42
(52,58,66)
#2D3237
(45,50,55)
#262A2C
(38,42,44)
#1F2221
(31,34,33)
#181A16
(24,26,22)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #576279

#576279
(87,98,121)
#667085
(102,112,133)
#757E91
(117,126,145)
#848C9D
(132,140,157)
#939AA9
(147,154,169)
#A2A8B5
(162,168,181)
#B1B6C1
(177,182,193)
#C0C4CD
(192,196,205)
#CFD2D9
(207,210,217)
#DEE0E5
(222,224,229)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576279; }

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

This text font color is #576279.


Background Color

.myBgColor { background-color: #576279; }

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

This div background color is #576279.


Border color

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

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

This div border color is #576279.


Opacity

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

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

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

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

This text has shadow with #576279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576279 on black background.


Color preview on white background

This text has color #576279 on white background.



Black color preview on #576279 background

This text has black color on #576279 background.


White color preview on #576279 background

This text has white color on #576279 background.