COLOR #556672

HEX: #556672 RGB: (85,102,114)

Color info

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

RGB color model

#556672 color RGB value is (85,102,114).

RGB: (85,102,114) (33%, 40%, 45%)

RGB channels and saturation

R 85 of 255 = 33%
G 102 of 255 = 40%
B 114 of 255 = 45%

85
102
114

R + G + B ~ 39%. #556672 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 102 + 114 = 301 (100%)
R 85 of 301 ~ 28.24%
G 102 of 301 ~ 33.89%
B 114 of 301 ~ 37.87'%

%28.24
%33.89
%37.87

CMYK color model

#556672 color CMYK value is (25,11,0,55).

  • cyan value is 25.44%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (25,11,0,55)
C25M11Y0K55 (25%, 11%, 0%, 55%)
(0.25 / 0.11 / 0.00 / 0.55)

CMYK percentages

%25.44
%10.53
%0
%55.29

Codes

Color #556672 in popluar color models

55 66 72
RGB 85 102 114
HSL 205° 14.57% 39.02%
HSB/HSV 205° 25.44% 44.71%
CMYK 25.44% 10.53% 0.00%
55.29%

Color #556672 in popluar number systems.

HEX 55 66 72
Decimal 85 102 114
Binary 1010101 1100110 1110010
Octal 125 146 162

Shades and tints

Shades of #556672

#556672
(85,102,114)
#4E5D68
(78,93,104)
#47545E
(71,84,94)
#404B54
(64,75,84)
#39424A
(57,66,74)
#323940
(50,57,64)
#2B3036
(43,48,54)
#24272C
(36,39,44)
#1D1E22
(29,30,34)
#161518
(22,21,24)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #556672

#556672
(85,102,114)
#64737E
(100,115,126)
#73808A
(115,128,138)
#828D96
(130,141,150)
#919AA2
(145,154,162)
#A0A7AE
(160,167,174)
#AFB4BA
(175,180,186)
#BEC1C6
(190,193,198)
#CDCED2
(205,206,210)
#DCDBDE
(220,219,222)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556672 color. Also use rgb(85,102,114) instead hex code.

Text Font Color

.myTextColor { color: #556672; }

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

This text font color is #556672.

Background Color

.myBgColor { background-color: #556672; }

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

This div background color is #556672.

Border color

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

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

This div border color is #556672.

Opacity

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

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

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

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

This text has shadow with #556672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556672.

Preview

Color preview on black background

This text has color #556672 on black background.


Color preview on white background

This text has color #556672 on white background.


Black color preview on #556672 background

This text has black color on #556672 background.


White color preview on #556672 background

This text has white color on #556672 background.


Related colors

Complementary color

Complementary color for #hex is #AA998D.


I love getcolorcode.com

Triadic colors

1 #725566 and #667255 with #556672 are triadic colors.

2 #726655 and #665572 with #556672 are triadic colors.