COLOR #556576

HEX: #556576
RGB: (85,101,118)

Color info

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

RGB color model

#556576 color RGB value is (85,101,118).

  • red value is 85;
  • green value is 101;
  • blue value is 118.
RGB:
(85,101,118)
(33%,40%,46%)

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 118 of 255 = 46%

85
101
118

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

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 118 = 304 (100%)
R 85 of 304 ~ 27.96%
G 101 of 304 ~ 33.22%
B 118 of 304 ~ 38.82%

%27.96
%33.22
%38.82

CMYK color model

#556576 color CMYK value is (28,14,0,54).

  • cyan value is 27.97%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(28,14,0,54)
C28M14Y0K54 
(28%,14%,0%,54%)
(0.28/0.14/0.00/0.54)	

CMYK percentages

%27.97
%14.41
%0
%53.73

Codes

Color #556576 in popluar color models

556576
RGB85101118
HSL211°16.26%39.80%
HSB/HSV211°27.97%46.27%
CMYK27.97%14.41%0.00%
53.73%

Color #556576 in popluar number systems.

HEX556576
Decimal85101118
Binary101010111001011110110
Octal125145166

Shades and tints

Shades of #556576

#556576
(85,101,118)
#4E5C6C
(78,92,108)
#475362
(71,83,98)
#404A58
(64,74,88)
#39414E
(57,65,78)
#323844
(50,56,68)
#2B2F3A
(43,47,58)
#242630
(36,38,48)
#1D1D26
(29,29,38)
#16141C
(22,20,28)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #556576

#556576
(85,101,118)
#647382
(100,115,130)
#73818E
(115,129,142)
#828F9A
(130,143,154)
#919DA6
(145,157,166)
#A0ABB2
(160,171,178)
#AFB9BE
(175,185,190)
#BEC7CA
(190,199,202)
#CDD5D6
(205,213,214)
#DCE3E2
(220,227,226)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556576 color. Also use rgb(85,101,118) instead hex code.

Text Font Color

.myTextColor { color: #556576; }

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

This text font color is #556576.


Background Color

.myBgColor { background-color: #556576; }

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

This div background color is #556576.


Border color

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

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

This div border color is #556576.


Opacity

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

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

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

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

This text has shadow with #556576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556576 on black background.


Color preview on white background

This text has color #556576 on white background.



Black color preview on #556576 background

This text has black color on #556576 background.


White color preview on #556576 background

This text has white color on #556576 background.