COLOR #556D6C

HEX: #556D6C RGB: (85,109,108)

Color info

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

RGB color model

#556D6C color RGB value is (85,109,108).

RGB: (85,109,108) (33%, 43%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 109 of 255 = 43%
B 108 of 255 = 42%

85
109
108

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

Portions of RGB colors in percentages

R + G + B = 85 + 109 + 108 = 302 (100%)
R 85 of 302 ~ 28.15%
G 109 of 302 ~ 36.09%
B 108 of 302 ~ 35.76'%

%28.15
%36.09
%35.76

CMYK color model

#556D6C color CMYK value is (22,0,1,57).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 57.25%
CMYK: (22,0,1,57) C22M0Y1K57 (22%,0%,1%,57%) (0.22/0.00/0.01/0.57) 

CMYK percentages

%22.02
%0
%0.92
%57.25

Codes

Color #556D6C in popluar color models

55 6D 6C
RGB 85 109 108
HSL 178° 12.37% 38.04%
HSB/HSV 178° 22.02% 42.75%
CMYK 22.02% 0.00% 0.92%
57.25%

Color #556D6C in popluar number systems.

HEX 55 6D 6C
Decimal 85 109 108
Binary 1010101 1101101 1101100
Octal 125 155 154

Shades and tints

Shades of #556D6C

#556D6C
(85,109,108)
#4E6463
(78,100,99)
#475B5A
(71,91,90)
#405251
(64,82,81)
#394948
(57,73,72)
#32403F
(50,64,63)
#2B3736
(43,55,54)
#242E2D
(36,46,45)
#1D2524
(29,37,36)
#161C1B
(22,28,27)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #556D6C

#556D6C
(85,109,108)
#647A79
(100,122,121)
#738786
(115,135,134)
#829493
(130,148,147)
#91A1A0
(145,161,160)
#A0AEAD
(160,174,173)
#AFBBBA
(175,187,186)
#BEC8C7
(190,200,199)
#CDD5D4
(205,213,212)
#DCE2E1
(220,226,225)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556D6C color. Also use rgb(85,109,108) instead hex code.

Text Font Color

.myTextColor { color: #556D6C; }

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

This text font color is #556D6C.

Background Color

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

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

This div background color is #556D6C.

Border color

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

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

This div border color is #556D6C.

Opacity

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

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

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

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

This text has shadow with #556D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556D6C.

Preview

Color preview on black background

This text has color #556D6C on black background.


Color preview on white background

This text has color #556D6C on white background.


Black color preview on #556D6C background

This text has black color on #556D6C background.


White color preview on #556D6C background

This text has white color on #556D6C background.


Related colors

Complementary color

Complementary color for #hex is #AA9293.


I love getcolorcode.com

Triadic colors

1 #6C556D and #6D6C55 with #556D6C are triadic colors.

2 #6C6D55 and #6D556C with #556D6C are triadic colors.