COLOR #556181

HEX: #556181
RGB: (85,97,129)

Color info

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

RGB color model

#556181 color RGB value is (85,97,129).

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

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 129 of 255 = 51%

85
97
129

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

Portions of RGB colors in percentages

R + G + B =
85 + 97 + 129 = 311 (100%)
R 85 of 311 ~ 27.33%
G 97 of 311 ~ 31.19%
B 129 of 311 ~ 41.48%

%27.33
%31.19
%41.48

CMYK color model

#556181 color CMYK value is (34,25,0,49).

  • cyan value is 34.11%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(34,25,0,49)
C34M25Y0K49 
(34%,25%,0%,49%)
(0.34/0.25/0.00/0.49)	

CMYK percentages

%34.11
%24.81
%0
%49.41

Codes

Color #556181 in popluar color models

556181
RGB8597129
HSL224°20.56%41.96%
HSB/HSV224°34.11%50.59%
CMYK34.11%24.81%0.00%
49.41%

Color #556181 in popluar number systems.

HEX556181
Decimal8597129
Binary1010101110000110000001
Octal125141201

Shades and tints

Shades of #556181

#556181
(85,97,129)
#4E5976
(78,89,118)
#47516B
(71,81,107)
#404960
(64,73,96)
#394155
(57,65,85)
#32394A
(50,57,74)
#2B313F
(43,49,63)
#242934
(36,41,52)
#1D2129
(29,33,41)
#16191E
(22,25,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #556181

#556181
(85,97,129)
#646F8C
(100,111,140)
#737D97
(115,125,151)
#828BA2
(130,139,162)
#9199AD
(145,153,173)
#A0A7B8
(160,167,184)
#AFB5C3
(175,181,195)
#BEC3CE
(190,195,206)
#CDD1D9
(205,209,217)
#DCDFE4
(220,223,228)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556181; }

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

This text font color is #556181.


Background Color

.myBgColor { background-color: #556181; }

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

This div background color is #556181.


Border color

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

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

This div border color is #556181.


Opacity

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

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

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

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

This text has shadow with #556181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556181 on black background.


Color preview on white background

This text has color #556181 on white background.



Black color preview on #556181 background

This text has black color on #556181 background.


White color preview on #556181 background

This text has white color on #556181 background.