COLOR #556C84

HEX: #556C84
RGB: (85,108,132)

Color info

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

RGB color model

#556C84 color RGB value is (85,108,132).

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

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 132 of 255 = 52%

85
108
132

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

Portions of RGB colors in percentages

R + G + B =
85 + 108 + 132 = 325 (100%)
R 85 of 325 ~ 26.15%
G 108 of 325 ~ 33.23%
B 132 of 325 ~ 40.62%

%26.15
%33.23
%40.62

CMYK color model

#556C84 color CMYK value is (36,18,0,48).

  • cyan value is 35.61%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(36,18,0,48)
C36M18Y0K48 
(36%,18%,0%,48%)
(0.36/0.18/0.00/0.48)	

CMYK percentages

%35.61
%18.18
%0
%48.24

Codes

Color #556C84 in popluar color models

556C84
RGB85108132
HSL211°21.66%42.55%
HSB/HSV211°35.61%51.76%
CMYK35.61%18.18%0.00%
48.24%

Color #556C84 in popluar number systems.

HEX556C84
Decimal85108132
Binary1010101110110010000100
Octal125154204

Shades and tints

Shades of #556C84

#556C84
(85,108,132)
#4E6378
(78,99,120)
#475A6C
(71,90,108)
#405160
(64,81,96)
#394854
(57,72,84)
#323F48
(50,63,72)
#2B363C
(43,54,60)
#242D30
(36,45,48)
#1D2424
(29,36,36)
#161B18
(22,27,24)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #556C84

#556C84
(85,108,132)
#64798F
(100,121,143)
#73869A
(115,134,154)
#8293A5
(130,147,165)
#91A0B0
(145,160,176)
#A0ADBB
(160,173,187)
#AFBAC6
(175,186,198)
#BEC7D1
(190,199,209)
#CDD4DC
(205,212,220)
#DCE1E7
(220,225,231)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556C84; }

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

This text font color is #556C84.


Background Color

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

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

This div background color is #556C84.


Border color

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

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

This div border color is #556C84.


Opacity

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

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

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

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

This text has shadow with #556C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556C84 on black background.


Color preview on white background

This text has color #556C84 on white background.



Black color preview on #556C84 background

This text has black color on #556C84 background.


White color preview on #556C84 background

This text has white color on #556C84 background.