COLOR #555654

HEX: #555654
RGB: (85,86,84)

Color info

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

RGB color model

#555654 color RGB value is (85,86,84).

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

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 84 of 255 = 33%

85
86
84

R + G + B ~ 33%. #555654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 86 + 84 = 255 (100%)
R 85 of 255 ~ 33.33%
G 86 of 255 ~ 33.73%
B 84 of 255 ~ 32.94%

%33.33
%33.73
%32.94

CMYK color model

#555654 color CMYK value is (1,0,2,66).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 66.27%
CMYK:
(1,0,2,66)
C1M0Y2K66 
(1%,0%,2%,66%)
(0.01/0.00/0.02/0.66)	

CMYK percentages

%1.16
%0
%2.33
%66.27

Codes

Color #555654 in popluar color models

555654
RGB858684
HSL90°1.18%33.33%
HSB/HSV90°2.33%33.73%
CMYK1.16%0.00%2.33%
66.27%

Color #555654 in popluar number systems.

HEX555654
Decimal858684
Binary101010110101101010100
Octal125126124

Shades and tints

Shades of #555654

#555654
(85,86,84)
#4E4F4D
(78,79,77)
#474846
(71,72,70)
#40413F
(64,65,63)
#393A38
(57,58,56)
#323331
(50,51,49)
#2B2C2A
(43,44,42)
#242523
(36,37,35)
#1D1E1C
(29,30,28)
#161715
(22,23,21)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #555654

#555654
(85,86,84)
#646563
(100,101,99)
#737472
(115,116,114)
#828381
(130,131,129)
#919290
(145,146,144)
#A0A19F
(160,161,159)
#AFB0AE
(175,176,174)
#BEBFBD
(190,191,189)
#CDCECC
(205,206,204)
#DCDDDB
(220,221,219)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555654; }

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

This text font color is #555654.


Background Color

.myBgColor { background-color: #555654; }

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

This div background color is #555654.


Border color

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

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

This div border color is #555654.


Opacity

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

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

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

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

This text has shadow with #555654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555654 on black background.


Color preview on white background

This text has color #555654 on white background.



Black color preview on #555654 background

This text has black color on #555654 background.


White color preview on #555654 background

This text has white color on #555654 background.