COLOR #556381

HEX: #556381
RGB: (85,99,129)

Color info

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

RGB color model

#556381 color RGB value is (85,99,129).

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

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 129 of 255 = 51%

85
99
129

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

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 129 = 313 (100%)
R 85 of 313 ~ 27.16%
G 99 of 313 ~ 31.63%
B 129 of 313 ~ 41.21%

%27.16
%31.63
%41.21

CMYK color model

#556381 color CMYK value is (34,23,0,49).

  • cyan value is 34.11%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(34,23,0,49)
C34M23Y0K49 
(34%,23%,0%,49%)
(0.34/0.23/0.00/0.49)	

CMYK percentages

%34.11
%23.26
%0
%49.41

Codes

Color #556381 in popluar color models

556381
RGB8599129
HSL221°20.56%41.96%
HSB/HSV221°34.11%50.59%
CMYK34.11%23.26%0.00%
49.41%

Color #556381 in popluar number systems.

HEX556381
Decimal8599129
Binary1010101110001110000001
Octal125143201

Shades and tints

Shades of #556381

#556381
(85,99,129)
#4E5A76
(78,90,118)
#47516B
(71,81,107)
#404860
(64,72,96)
#393F55
(57,63,85)
#32364A
(50,54,74)
#2B2D3F
(43,45,63)
#242434
(36,36,52)
#1D1B29
(29,27,41)
#16121E
(22,18,30)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #556381

#556381
(85,99,129)
#64718C
(100,113,140)
#737F97
(115,127,151)
#828DA2
(130,141,162)
#919BAD
(145,155,173)
#A0A9B8
(160,169,184)
#AFB7C3
(175,183,195)
#BEC5CE
(190,197,206)
#CDD3D9
(205,211,217)
#DCE1E4
(220,225,228)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556381; }

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

This text font color is #556381.


Background Color

.myBgColor { background-color: #556381; }

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

This div background color is #556381.


Border color

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

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

This div border color is #556381.


Opacity

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

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

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

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

This text has shadow with #556381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556381 on black background.


Color preview on white background

This text has color #556381 on white background.



Black color preview on #556381 background

This text has black color on #556381 background.


White color preview on #556381 background

This text has white color on #556381 background.