COLOR #556564

HEX: #556564
RGB: (85,101,100)

Color info

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

RGB color model

#556564 color RGB value is (85,101,100).

  • red value is 85;
  • green value is 101;
  • blue value is 100.
RGB:
(85,101,100)
(33%,40%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 101 of 255 = 40%
B 100 of 255 = 39%

85
101
100

R + G + B ~ 37%. #556564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 101 + 100 = 286 (100%)
R 85 of 286 ~ 29.72%
G 101 of 286 ~ 35.31%
B 100 of 286 ~ 34.97%

%29.72
%35.31
%34.97

CMYK color model

#556564 color CMYK value is (16,0,1,60).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 0.99%
  • key color value is 60.39%
CMYK:
(16,0,1,60)
C16M0Y1K60 
(16%,0%,1%,60%)
(0.16/0.00/0.01/0.60)	

CMYK percentages

%15.84
%0
%0.99
%60.39

Codes

Color #556564 in popluar color models

556564
RGB85101100
HSL176°8.60%36.47%
HSB/HSV176°15.84%39.61%
CMYK15.84%0.00%0.99%
60.39%

Color #556564 in popluar number systems.

HEX556564
Decimal85101100
Binary101010111001011100100
Octal125145144

Shades and tints

Shades of #556564

#556564
(85,101,100)
#4E5C5B
(78,92,91)
#475352
(71,83,82)
#404A49
(64,74,73)
#394140
(57,65,64)
#323837
(50,56,55)
#2B2F2E
(43,47,46)
#242625
(36,38,37)
#1D1D1C
(29,29,28)
#161413
(22,20,19)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #556564

#556564
(85,101,100)
#647372
(100,115,114)
#738180
(115,129,128)
#828F8E
(130,143,142)
#919D9C
(145,157,156)
#A0ABAA
(160,171,170)
#AFB9B8
(175,185,184)
#BEC7C6
(190,199,198)
#CDD5D4
(205,213,212)
#DCE3E2
(220,227,226)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556564; }

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

This text font color is #556564.


Background Color

.myBgColor { background-color: #556564; }

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

This div background color is #556564.


Border color

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

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

This div border color is #556564.


Opacity

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

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

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

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

This text has shadow with #556564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556564 on black background.


Color preview on white background

This text has color #556564 on white background.



Black color preview on #556564 background

This text has black color on #556564 background.


White color preview on #556564 background

This text has white color on #556564 background.