COLOR #565554

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

86
85
84

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

Portions of RGB colors in percentages

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

%33.73
%33.33
%32.94

CMYK color model

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

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

CMYK percentages

%0
%1.16
%2.33
%66.27

Codes

Color #565554 in popluar color models

565554
RGB868584
HSL30°1.18%33.33%
HSB/HSV30°2.33%33.73%
CMYK0.00%1.16%2.33%
66.27%

Color #565554 in popluar number systems.

HEX565554
Decimal868584
Binary101011010101011010100
Octal126125124

Shades and tints

Shades of #565554

#565554
(86,85,84)
#4F4E4D
(79,78,77)
#484746
(72,71,70)
#41403F
(65,64,63)
#3A3938
(58,57,56)
#333231
(51,50,49)
#2C2B2A
(44,43,42)
#252423
(37,36,35)
#1E1D1C
(30,29,28)
#171615
(23,22,21)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #565554

#565554
(86,85,84)
#656463
(101,100,99)
#747372
(116,115,114)
#838281
(131,130,129)
#929190
(146,145,144)
#A1A09F
(161,160,159)
#B0AFAE
(176,175,174)
#BFBEBD
(191,190,189)
#CECDCC
(206,205,204)
#DDDCDB
(221,220,219)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565554; }

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

This text font color is #565554.


Background Color

.myBgColor { background-color: #565554; }

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

This div background color is #565554.


Border color

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

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

This div border color is #565554.


Opacity

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

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

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

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

This text has shadow with #565554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565554 on black background.


Color preview on white background

This text has color #565554 on white background.



Black color preview on #565554 background

This text has black color on #565554 background.


White color preview on #565554 background

This text has white color on #565554 background.