COLOR #556054

HEX: #556054
RGB: (85,96,84)

Color info

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

RGB color model

#556054 color RGB value is (85,96,84).

  • red value is 85;
  • green value is 96;
  • blue value is 84.
RGB:
(85,96,84)
(33%,38%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 84 of 255 = 33%

85
96
84

R + G + B ~ 35%. #556054 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 84 = 265 (100%)
R 85 of 265 ~ 32.08%
G 96 of 265 ~ 36.23%
B 84 of 265 ~ 31.7%

%32.08
%36.23
%31.7

CMYK color model

#556054 color CMYK value is (11,0,13,62).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 62.35%
CMYK:
(11,0,13,62)
C11M0Y13K62 
(11%,0%,13%,62%)
(0.11/0.00/0.13/0.62)	

CMYK percentages

%11.46
%0
%12.5
%62.35

Codes

Color #556054 in popluar color models

556054
RGB859684
HSL115°6.67%35.29%
HSB/HSV115°12.50%37.65%
CMYK11.46%0.00%12.50%
62.35%

Color #556054 in popluar number systems.

HEX556054
Decimal859684
Binary101010111000001010100
Octal125140124

Shades and tints

Shades of #556054

#556054
(85,96,84)
#4E584D
(78,88,77)
#475046
(71,80,70)
#40483F
(64,72,63)
#394038
(57,64,56)
#323831
(50,56,49)
#2B302A
(43,48,42)
#242823
(36,40,35)
#1D201C
(29,32,28)
#161815
(22,24,21)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #556054

#556054
(85,96,84)
#646E63
(100,110,99)
#737C72
(115,124,114)
#828A81
(130,138,129)
#919890
(145,152,144)
#A0A69F
(160,166,159)
#AFB4AE
(175,180,174)
#BEC2BD
(190,194,189)
#CDD0CC
(205,208,204)
#DCDEDB
(220,222,219)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556054 color. Also use rgb(85,96,84) instead hex code.

Text Font Color

.myTextColor { color: #556054; }

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

This text font color is #556054.


Background Color

.myBgColor { background-color: #556054; }

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

This div background color is #556054.


Border color

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

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

This div border color is #556054.


Opacity

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

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

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

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

This text has shadow with #556054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556054 on black background.


Color preview on white background

This text has color #556054 on white background.



Black color preview on #556054 background

This text has black color on #556054 background.


White color preview on #556054 background

This text has white color on #556054 background.