COLOR #56555D

HEX: #56555D RGB: (86,85,93)

Color info

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

RGB color model

#56555D color RGB value is (86,85,93).

RGB: (86,85,93) (34%, 33%, 36%)

RGB channels and saturation

R 86 of 255 = 34%
G 85 of 255 = 33%
B 93 of 255 = 36%

86
85
93

R + G + B ~ 34%. #56555D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 85 + 93 = 264 (100%)
R 86 of 264 ~ 32.58%
G 85 of 264 ~ 32.2%
B 93 of 264 ~ 35.23'%

%32.58
%32.2
%35.23

CMYK color model

#56555D color CMYK value is (8,9,0,64).

  • cyan value is 7.53%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (8,9,0,64) C8M9Y0K64 (8%,9%,0%,64%) (0.08/0.09/0.00/0.64) 

CMYK percentages

%7.53
%8.6
%0
%63.53

Codes

Color #56555D in popluar color models

56 55 5D
RGB 86 85 93
HSL 248° 4.49% 34.90%
HSB/HSV 248° 8.60% 36.47%
CMYK 7.53% 8.60% 0.00%
63.53%

Color #56555D in popluar number systems.

HEX 56 55 5D
Decimal 86 85 93
Binary 1010110 1010101 1011101
Octal 126 125 135

Shades and tints

Shades of #56555D

#56555D
(86,85,93)
#4F4E55
(79,78,85)
#48474D
(72,71,77)
#414045
(65,64,69)
#3A393D
(58,57,61)
#333235
(51,50,53)
#2C2B2D
(44,43,45)
#252425
(37,36,37)
#1E1D1D
(30,29,29)
#171615
(23,22,21)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #56555D

#56555D
(86,85,93)
#65646B
(101,100,107)
#747379
(116,115,121)
#838287
(131,130,135)
#929195
(146,145,149)
#A1A0A3
(161,160,163)
#B0AFB1
(176,175,177)
#BFBEBF
(191,190,191)
#CECDCD
(206,205,205)
#DDDCDB
(221,220,219)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56555D; }

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

This text font color is #56555D.

Background Color

.myBgColor { background-color: #56555D; }

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

This div background color is #56555D.

Border color

.myBorderColor { border: 1px solid #56555D; }

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

This div border color is #56555D.

Opacity

.myOpacity80 { color: #56555D; opacity: 0.8; }

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

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

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

This text has shadow with #56555D color.


.textShadow {text-shadow: 3px 3px 1px #56555D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #56555D; -webkit-box-shadow: 1px 1px 3px 2px #56555D; box-shadow:1px 1px 3px 2px #56555D;">
Div content here
</div>

This div box has shadow with color #56555D.

Preview

Color preview on black background

This text has color #56555D on black background.


Color preview on white background

This text has color #56555D on white background.


Black color preview on #56555D background

This text has black color on #56555D background.


White color preview on #56555D background

This text has white color on #56555D background.


Related colors

Complementary color

Complementary color for #hex is #A9AAA2.


I love getcolorcode.com

Triadic colors

1 #5D5655 and #555D56 with #56555D are triadic colors.

2 #5D5556 and #55565D with #56555D are triadic colors.