COLOR #556377

HEX: #556377
RGB: (85,99,119)

Color info

#556377 contains red, green and blue colors in about the same proportion. Web safe color of #556377 is #666666 (or #666).

RGB color model

#556377 color RGB value is (85,99,119).

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

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 119 of 255 = 47%

85
99
119

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

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 119 = 303 (100%)
R 85 of 303 ~ 28.05%
G 99 of 303 ~ 32.67%
B 119 of 303 ~ 39.27%

%28.05
%32.67
%39.27

CMYK color model

#556377 color CMYK value is (29,17,0,53).

  • cyan value is 28.57%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(29,17,0,53)
C29M17Y0K53 
(29%,17%,0%,53%)
(0.29/0.17/0.00/0.53)	

CMYK percentages

%28.57
%16.81
%0
%53.33

Codes

Color #556377 in popluar color models

556377
RGB8599119
HSL215°16.67%40.00%
HSB/HSV215°28.57%46.67%
CMYK28.57%16.81%0.00%
53.33%

Color #556377 in popluar number systems.

HEX556377
Decimal8599119
Binary101010111000111110111
Octal125143167

Shades and tints

Shades of #556377

#556377
(85,99,119)
#4E5A6D
(78,90,109)
#475163
(71,81,99)
#404859
(64,72,89)
#393F4F
(57,63,79)
#323645
(50,54,69)
#2B2D3B
(43,45,59)
#242431
(36,36,49)
#1D1B27
(29,27,39)
#16121D
(22,18,29)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #556377

#556377
(85,99,119)
#647183
(100,113,131)
#737F8F
(115,127,143)
#828D9B
(130,141,155)
#919BA7
(145,155,167)
#A0A9B3
(160,169,179)
#AFB7BF
(175,183,191)
#BEC5CB
(190,197,203)
#CDD3D7
(205,211,215)
#DCE1E3
(220,225,227)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556377; }

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

This text font color is #556377.


Background Color

.myBgColor { background-color: #556377; }

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

This div background color is #556377.


Border color

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

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

This div border color is #556377.


Opacity

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

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

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

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

This text has shadow with #556377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556377 on black background.


Color preview on white background

This text has color #556377 on white background.



Black color preview on #556377 background

This text has black color on #556377 background.


White color preview on #556377 background

This text has white color on #556377 background.