COLOR #556E81

HEX: #556E81
RGB: (85,110,129)

Color info

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

RGB color model

#556E81 color RGB value is (85,110,129).

  • red value is 85;
  • green value is 110;
  • blue value is 129.
RGB:
(85,110,129)
(33%,43%,51%)

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 129 of 255 = 51%

85
110
129

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

Portions of RGB colors in percentages

R + G + B =
85 + 110 + 129 = 324 (100%)
R 85 of 324 ~ 26.23%
G 110 of 324 ~ 33.95%
B 129 of 324 ~ 39.81%

%26.23
%33.95
%39.81

CMYK color model

#556E81 color CMYK value is (34,15,0,49).

  • cyan value is 34.11%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(34,15,0,49)
C34M15Y0K49 
(34%,15%,0%,49%)
(0.34/0.15/0.00/0.49)	

CMYK percentages

%34.11
%14.73
%0
%49.41

Codes

Color #556E81 in popluar color models

556E81
RGB85110129
HSL206°20.56%41.96%
HSB/HSV206°34.11%50.59%
CMYK34.11%14.73%0.00%
49.41%

Color #556E81 in popluar number systems.

HEX556E81
Decimal85110129
Binary1010101110111010000001
Octal125156201

Shades and tints

Shades of #556E81

#556E81
(85,110,129)
#4E6476
(78,100,118)
#475A6B
(71,90,107)
#405060
(64,80,96)
#394655
(57,70,85)
#323C4A
(50,60,74)
#2B323F
(43,50,63)
#242834
(36,40,52)
#1D1E29
(29,30,41)
#16141E
(22,20,30)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #556E81

#556E81
(85,110,129)
#647B8C
(100,123,140)
#738897
(115,136,151)
#8295A2
(130,149,162)
#91A2AD
(145,162,173)
#A0AFB8
(160,175,184)
#AFBCC3
(175,188,195)
#BEC9CE
(190,201,206)
#CDD6D9
(205,214,217)
#DCE3E4
(220,227,228)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556E81 color. Also use rgb(85,110,129) instead hex code.

Text Font Color

.myTextColor { color: #556E81; }

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

This text font color is #556E81.


Background Color

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

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

This div background color is #556E81.


Border color

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

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

This div border color is #556E81.


Opacity

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

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

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

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

This text has shadow with #556E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556E81 on black background.


Color preview on white background

This text has color #556E81 on white background.



Black color preview on #556E81 background

This text has black color on #556E81 background.


White color preview on #556E81 background

This text has white color on #556E81 background.