COLOR #556B66

HEX: #556B66 RGB: (85,107,102)

Color info

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

RGB color model

#556B66 color RGB value is (85,107,102).

RGB: (85,107,102) (33%, 42%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 102 of 255 = 40%

85
107
102

R + G + B ~ 38%. #556B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 107 + 102 = 294 (100%)
R 85 of 294 ~ 28.91%
G 107 of 294 ~ 36.39%
B 102 of 294 ~ 34.69'%

%28.91
%36.39
%34.69

CMYK color model

#556B66 color CMYK value is (21,0,5,58).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 58.04%

CMYK: (21,0,5,58)
C21M0Y5K58 (21%, 0%, 5%, 58%)
(0.21 / 0.00 / 0.05 / 0.58)

CMYK percentages

%20.56
%0
%4.67
%58.04

Codes

Color #556B66 in popluar color models

55 6B 66
RGB 85 107 102
HSL 166° 11.46% 37.65%
HSB/HSV 166° 20.56% 41.96%
CMYK 20.56% 0.00% 4.67%
58.04%

Color #556B66 in popluar number systems.

HEX 55 6B 66
Decimal 85 107 102
Binary 1010101 1101011 1100110
Octal 125 153 146

Shades and tints

Shades of #556B66

#556B66
(85,107,102)
#4E625D
(78,98,93)
#475954
(71,89,84)
#40504B
(64,80,75)
#394742
(57,71,66)
#323E39
(50,62,57)
#2B3530
(43,53,48)
#242C27
(36,44,39)
#1D231E
(29,35,30)
#161A15
(22,26,21)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #556B66

#556B66
(85,107,102)
#647873
(100,120,115)
#738580
(115,133,128)
#82928D
(130,146,141)
#919F9A
(145,159,154)
#A0ACA7
(160,172,167)
#AFB9B4
(175,185,180)
#BEC6C1
(190,198,193)
#CDD3CE
(205,211,206)
#DCE0DB
(220,224,219)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556B66; }

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

This text font color is #556B66.

Background Color

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

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

This div background color is #556B66.

Border color

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

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

This div border color is #556B66.

Opacity

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

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

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

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

This text has shadow with #556B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556B66.

Preview

Color preview on black background

This text has color #556B66 on black background.


Color preview on white background

This text has color #556B66 on white background.


Black color preview on #556B66 background

This text has black color on #556B66 background.


White color preview on #556B66 background

This text has white color on #556B66 background.


Related colors

Complementary color

Complementary color for #hex is #AA9499.


I love getcolorcode.com

Triadic colors

1 #66556B and #6B6655 with #556B66 are triadic colors.

2 #666B55 and #6B5566 with #556B66 are triadic colors.