COLOR #56555C

HEX: #56555C RGB: (86,85,92)

Color info

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

RGB color model

#56555C color RGB value is (86,85,92).

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

RGB channels and saturation

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

86
85
92

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

Portions of RGB colors in percentages

R + G + B = 86 + 85 + 92 = 263 (100%)
R 86 of 263 ~ 32.7%
G 85 of 263 ~ 32.32%
B 92 of 263 ~ 34.98'%

%32.7
%32.32
%34.98

CMYK color model

#56555C color CMYK value is (7,8,0,64).

  • cyan value is 6.52%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (7,8,0,64)
C7M8Y0K64 (7%, 8%, 0%, 64%)
(0.07 / 0.08 / 0.00 / 0.64)

CMYK percentages

%6.52
%7.61
%0
%63.92

Codes

Color #56555C in popluar color models

56 55 5C
RGB 86 85 92
HSL 249° 3.95% 34.71%
HSB/HSV 249° 7.61% 36.08%
CMYK 6.52% 7.61% 0.00%
63.92%

Color #56555C in popluar number systems.

HEX 56 55 5C
Decimal 86 85 92
Binary 1010110 1010101 1011100
Octal 126 125 134

Shades and tints

Shades of #56555C

#56555C
(86,85,92)
#4F4E54
(79,78,84)
#48474C
(72,71,76)
#414044
(65,64,68)
#3A393C
(58,57,60)
#333234
(51,50,52)
#2C2B2C
(44,43,44)
#252424
(37,36,36)
#1E1D1C
(30,29,28)
#171614
(23,22,20)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #56555C

#56555C
(86,85,92)
#65646A
(101,100,106)
#747378
(116,115,120)
#838286
(131,130,134)
#929194
(146,145,148)
#A1A0A2
(161,160,162)
#B0AFB0
(176,175,176)
#BFBEBE
(191,190,190)
#CECDCC
(206,205,204)
#DDDCDA
(221,220,218)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56555C; }

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

This text font color is #56555C.

Background Color

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

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

This div background color is #56555C.

Border color

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

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

This div border color is #56555C.

Opacity

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

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

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

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

This text has shadow with #56555C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56555C.

Preview

Color preview on black background

This text has color #56555C on black background.


Color preview on white background

This text has color #56555C on white background.


Black color preview on #56555C background

This text has black color on #56555C background.


White color preview on #56555C background

This text has white color on #56555C background.


Related colors

Complementary color

Complementary color for #hex is #A9AAA3.


I love getcolorcode.com

Triadic colors

1 #5C5655 and #555C56 with #56555C are triadic colors.

2 #5C5556 and #55565C with #56555C are triadic colors.