COLOR #556C6B

HEX: #556C6B RGB: (85,108,107)

Color info

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

RGB color model

#556C6B color RGB value is (85,108,107).

RGB: (85,108,107) (33%, 42%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 108 of 255 = 42%
B 107 of 255 = 42%

85
108
107

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

Portions of RGB colors in percentages

R + G + B = 85 + 108 + 107 = 300 (100%)
R 85 of 300 ~ 28.33%
G 108 of 300 ~ 36%
B 107 of 300 ~ 35.67'%

%28.33
%36
%35.67

CMYK color model

#556C6B color CMYK value is (21,0,1,58).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 57.65%

CMYK: (21,0,1,58)
C21M0Y1K58 (21%, 0%, 1%, 58%)
(0.21 / 0.00 / 0.01 / 0.58)

CMYK percentages

%21.3
%0
%0.93
%57.65

Codes

Color #556C6B in popluar color models

55 6C 6B
RGB 85 108 107
HSL 177° 11.92% 37.84%
HSB/HSV 177° 21.30% 42.35%
CMYK 21.30% 0.00% 0.93%
57.65%

Color #556C6B in popluar number systems.

HEX 55 6C 6B
Decimal 85 108 107
Binary 1010101 1101100 1101011
Octal 125 154 153

Shades and tints

Shades of #556C6B

#556C6B
(85,108,107)
#4E6362
(78,99,98)
#475A59
(71,90,89)
#405150
(64,81,80)
#394847
(57,72,71)
#323F3E
(50,63,62)
#2B3635
(43,54,53)
#242D2C
(36,45,44)
#1D2423
(29,36,35)
#161B1A
(22,27,26)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #556C6B

#556C6B
(85,108,107)
#647978
(100,121,120)
#738685
(115,134,133)
#829392
(130,147,146)
#91A09F
(145,160,159)
#A0ADAC
(160,173,172)
#AFBAB9
(175,186,185)
#BEC7C6
(190,199,198)
#CDD4D3
(205,212,211)
#DCE1E0
(220,225,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556C6B; }

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

This text font color is #556C6B.

Background Color

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

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

This div background color is #556C6B.

Border color

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

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

This div border color is #556C6B.

Opacity

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

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

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

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

This text has shadow with #556C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556C6B.

Preview

Color preview on black background

This text has color #556C6B on black background.


Color preview on white background

This text has color #556C6B on white background.


Black color preview on #556C6B background

This text has black color on #556C6B background.


White color preview on #556C6B background

This text has white color on #556C6B background.


Related colors

Complementary color

Complementary color for #hex is #AA9394.


I love getcolorcode.com

Triadic colors

1 #6B556C and #6C6B55 with #556C6B are triadic colors.

2 #6B6C55 and #6C556B with #556C6B are triadic colors.