COLOR #556264

HEX: #556264
RGB: (85,98,100)

Color info

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

RGB color model

#556264 color RGB value is (85,98,100).

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

RGB channels and saturation

R 85 of 255 = 33%
G 98 of 255 = 38%
B 100 of 255 = 39%

85
98
100

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

Portions of RGB colors in percentages

R + G + B =
85 + 98 + 100 = 283 (100%)
R 85 of 283 ~ 30.04%
G 98 of 283 ~ 34.63%
B 100 of 283 ~ 35.34%

%30.04
%34.63
%35.34

CMYK color model

#556264 color CMYK value is (15,2,0,61).

  • cyan value is 15.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(15,2,0,61)
C15M2Y0K61 
(15%,2%,0%,61%)
(0.15/0.02/0.00/0.61)	

CMYK percentages

%15
%2
%0
%60.78

Codes

Color #556264 in popluar color models

556264
RGB8598100
HSL188°8.11%36.27%
HSB/HSV188°15.00%39.22%
CMYK15.00%2.00%0.00%
60.78%

Color #556264 in popluar number systems.

HEX556264
Decimal8598100
Binary101010111000101100100
Octal125142144

Shades and tints

Shades of #556264

#556264
(85,98,100)
#4E5A5B
(78,90,91)
#475252
(71,82,82)
#404A49
(64,74,73)
#394240
(57,66,64)
#323A37
(50,58,55)
#2B322E
(43,50,46)
#242A25
(36,42,37)
#1D221C
(29,34,28)
#161A13
(22,26,19)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #556264

#556264
(85,98,100)
#647072
(100,112,114)
#737E80
(115,126,128)
#828C8E
(130,140,142)
#919A9C
(145,154,156)
#A0A8AA
(160,168,170)
#AFB6B8
(175,182,184)
#BEC4C6
(190,196,198)
#CDD2D4
(205,210,212)
#DCE0E2
(220,224,226)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556264; }

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

This text font color is #556264.


Background Color

.myBgColor { background-color: #556264; }

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

This div background color is #556264.


Border color

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

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

This div border color is #556264.


Opacity

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

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

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

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

This text has shadow with #556264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556264 on black background.


Color preview on white background

This text has color #556264 on white background.



Black color preview on #556264 background

This text has black color on #556264 background.


White color preview on #556264 background

This text has white color on #556264 background.