COLOR #556B79

HEX: #556B79 RGB: (85,107,121)

Color info

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

RGB color model

#556B79 color RGB value is (85,107,121).

RGB: (85,107,121) (33%, 42%, 47%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 121 of 255 = 47%

85
107
121

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

Portions of RGB colors in percentages

R + G + B = 85 + 107 + 121 = 313 (100%)
R 85 of 313 ~ 27.16%
G 107 of 313 ~ 34.19%
B 121 of 313 ~ 38.66'%

%27.16
%34.19
%38.66

CMYK color model

#556B79 color CMYK value is (30,12,0,53).

  • cyan value is 29.75%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (30,12,0,53)
C30M12Y0K53 (30%, 12%, 0%, 53%)
(0.30 / 0.12 / 0.00 / 0.53)

CMYK percentages

%29.75
%11.57
%0
%52.55

Codes

Color #556B79 in popluar color models

55 6B 79
RGB 85 107 121
HSL 203° 17.48% 40.39%
HSB/HSV 203° 29.75% 47.45%
CMYK 29.75% 11.57% 0.00%
52.55%

Color #556B79 in popluar number systems.

HEX 55 6B 79
Decimal 85 107 121
Binary 1010101 1101011 1111001
Octal 125 153 171

Shades and tints

Shades of #556B79

#556B79
(85,107,121)
#4E626E
(78,98,110)
#475963
(71,89,99)
#405058
(64,80,88)
#39474D
(57,71,77)
#323E42
(50,62,66)
#2B3537
(43,53,55)
#242C2C
(36,44,44)
#1D2321
(29,35,33)
#161A16
(22,26,22)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #556B79

#556B79
(85,107,121)
#647885
(100,120,133)
#738591
(115,133,145)
#82929D
(130,146,157)
#919FA9
(145,159,169)
#A0ACB5
(160,172,181)
#AFB9C1
(175,185,193)
#BEC6CD
(190,198,205)
#CDD3D9
(205,211,217)
#DCE0E5
(220,224,229)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556B79 color. Also use rgb(85,107,121) instead hex code.

Text Font Color

.myTextColor { color: #556B79; }

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

This text font color is #556B79.

Background Color

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

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

This div background color is #556B79.

Border color

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

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

This div border color is #556B79.

Opacity

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

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

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

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

This text has shadow with #556B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556B79.

Preview

Color preview on black background

This text has color #556B79 on black background.


Color preview on white background

This text has color #556B79 on white background.


Black color preview on #556B79 background

This text has black color on #556B79 background.


White color preview on #556B79 background

This text has white color on #556B79 background.


Related colors

Complementary color

Complementary color for #hex is #AA9486.


I love getcolorcode.com

Triadic colors

1 #79556B and #6B7955 with #556B79 are triadic colors.

2 #796B55 and #6B5579 with #556B79 are triadic colors.