COLOR #556C87

HEX: #556C87
RGB: (85,108,135)

Color info

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

RGB color model

#556C87 color RGB value is (85,108,135).

  • red value is 85;
  • green value is 108;
  • blue value is 135.
RGB:
(85,108,135)
(33%,42%,53%)

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 135 of 255 = 53%

85
108
135

R + G + B ~ 43%. #556C87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 108 + 135 = 328 (100%)
R 85 of 328 ~ 25.91%
G 108 of 328 ~ 32.93%
B 135 of 328 ~ 41.16%

%25.91
%32.93
%41.16

CMYK color model

#556C87 color CMYK value is (37,20,0,47).

  • cyan value is 37.04%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(37,20,0,47)
C37M20Y0K47 
(37%,20%,0%,47%)
(0.37/0.20/0.00/0.47)	

CMYK percentages

%37.04
%20
%0
%47.06

Codes

Color #556C87 in popluar color models

556C87
RGB85108135
HSL212°22.73%43.14%
HSB/HSV212°37.04%52.94%
CMYK37.04%20.00%0.00%
47.06%

Color #556C87 in popluar number systems.

HEX556C87
Decimal85108135
Binary1010101110110010000111
Octal125154207

Shades and tints

Shades of #556C87

#556C87
(85,108,135)
#4E637B
(78,99,123)
#475A6F
(71,90,111)
#405163
(64,81,99)
#394857
(57,72,87)
#323F4B
(50,63,75)
#2B363F
(43,54,63)
#242D33
(36,45,51)
#1D2427
(29,36,39)
#161B1B
(22,27,27)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #556C87

#556C87
(85,108,135)
#647991
(100,121,145)
#73869B
(115,134,155)
#8293A5
(130,147,165)
#91A0AF
(145,160,175)
#A0ADB9
(160,173,185)
#AFBAC3
(175,186,195)
#BEC7CD
(190,199,205)
#CDD4D7
(205,212,215)
#DCE1E1
(220,225,225)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556C87 color. Also use rgb(85,108,135) instead hex code.

Text Font Color

.myTextColor { color: #556C87; }

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

This text font color is #556C87.


Background Color

.myBgColor { background-color: #556C87; }

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

This div background color is #556C87.


Border color

.myBorderColor { border: 1px solid #556C87; }

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

This div border color is #556C87.


Opacity

.myOpacity80 { color: #556C87; opacity: 0.8; }

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

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

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

This text has shadow with #556C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556C87 on black background.


Color preview on white background

This text has color #556C87 on white background.



Black color preview on #556C87 background

This text has black color on #556C87 background.


White color preview on #556C87 background

This text has white color on #556C87 background.