COLOR #556F77

HEX: #556F77
RGB: (85,111,119)

Color info

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

RGB color model

#556F77 color RGB value is (85,111,119).

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

RGB channels and saturation

R 85 of 255 = 33%
G 111 of 255 = 44%
B 119 of 255 = 47%

85
111
119

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

Portions of RGB colors in percentages

R + G + B =
85 + 111 + 119 = 315 (100%)
R 85 of 315 ~ 26.98%
G 111 of 315 ~ 35.24%
B 119 of 315 ~ 37.78%

%26.98
%35.24
%37.78

CMYK color model

#556F77 color CMYK value is (29,7,0,53).

  • cyan value is 28.57%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(29,7,0,53)
C29M7Y0K53 
(29%,7%,0%,53%)
(0.29/0.07/0.00/0.53)	

CMYK percentages

%28.57
%6.72
%0
%53.33

Codes

Color #556F77 in popluar color models

556F77
RGB85111119
HSL194°16.67%40.00%
HSB/HSV194°28.57%46.67%
CMYK28.57%6.72%0.00%
53.33%

Color #556F77 in popluar number systems.

HEX556F77
Decimal85111119
Binary101010111011111110111
Octal125157167

Shades and tints

Shades of #556F77

#556F77
(85,111,119)
#4E656D
(78,101,109)
#475B63
(71,91,99)
#405159
(64,81,89)
#39474F
(57,71,79)
#323D45
(50,61,69)
#2B333B
(43,51,59)
#242931
(36,41,49)
#1D1F27
(29,31,39)
#16151D
(22,21,29)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #556F77

#556F77
(85,111,119)
#647C83
(100,124,131)
#73898F
(115,137,143)
#82969B
(130,150,155)
#91A3A7
(145,163,167)
#A0B0B3
(160,176,179)
#AFBDBF
(175,189,191)
#BECACB
(190,202,203)
#CDD7D7
(205,215,215)
#DCE4E3
(220,228,227)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556F77; }

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

This text font color is #556F77.


Background Color

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

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

This div background color is #556F77.


Border color

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

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

This div border color is #556F77.


Opacity

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

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

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

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

This text has shadow with #556F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556F77 on black background.


Color preview on white background

This text has color #556F77 on white background.



Black color preview on #556F77 background

This text has black color on #556F77 background.


White color preview on #556F77 background

This text has white color on #556F77 background.