COLOR #556B64

HEX: #556B64 RGB: (85,107,100)

Color info

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

RGB color model

#556B64 color RGB value is (85,107,100).

RGB: (85,107,100) (33%, 42%, 39%)

RGB channels and saturation

R 85 of 255 = 33%
G 107 of 255 = 42%
B 100 of 255 = 39%

85
107
100

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

Portions of RGB colors in percentages

R + G + B = 85 + 107 + 100 = 292 (100%)
R 85 of 292 ~ 29.11%
G 107 of 292 ~ 36.64%
B 100 of 292 ~ 34.25'%

%29.11
%36.64
%34.25

CMYK color model

#556B64 color CMYK value is (21,0,7,58).

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

CMYK: (21,0,7,58)
C21M0Y7K58 (21%, 0%, 7%, 58%)
(0.21 / 0.00 / 0.07 / 0.58)

CMYK percentages

%20.56
%0
%6.54
%58.04

Codes

Color #556B64 in popluar color models

55 6B 64
RGB 85 107 100
HSL 161° 11.46% 37.65%
HSB/HSV 161° 20.56% 41.96%
CMYK 20.56% 0.00% 6.54%
58.04%

Color #556B64 in popluar number systems.

HEX 55 6B 64
Decimal 85 107 100
Binary 1010101 1101011 1100100
Octal 125 153 144

Shades and tints

Shades of #556B64

#556B64
(85,107,100)
#4E625B
(78,98,91)
#475952
(71,89,82)
#405049
(64,80,73)
#394740
(57,71,64)
#323E37
(50,62,55)
#2B352E
(43,53,46)
#242C25
(36,44,37)
#1D231C
(29,35,28)
#161A13
(22,26,19)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #556B64

#556B64
(85,107,100)
#647872
(100,120,114)
#738580
(115,133,128)
#82928E
(130,146,142)
#919F9C
(145,159,156)
#A0ACAA
(160,172,170)
#AFB9B8
(175,185,184)
#BEC6C6
(190,198,198)
#CDD3D4
(205,211,212)
#DCE0E2
(220,224,226)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556B64; }

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

This text font color is #556B64.

Background Color

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

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

This div background color is #556B64.

Border color

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

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

This div border color is #556B64.

Opacity

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

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

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

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

This text has shadow with #556B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556B64.

Preview

Color preview on black background

This text has color #556B64 on black background.


Color preview on white background

This text has color #556B64 on white background.


Black color preview on #556B64 background

This text has black color on #556B64 background.


White color preview on #556B64 background

This text has white color on #556B64 background.


Related colors

Complementary color

Complementary color for #hex is #AA949B.


I love getcolorcode.com

Triadic colors

1 #64556B and #6B6455 with #556B64 are triadic colors.

2 #646B55 and #6B5564 with #556B64 are triadic colors.