COLOR #56505C

HEX: #56505C RGB: (86,80,92)

Color info

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

RGB color model

#56505C color RGB value is (86,80,92).

RGB: (86,80,92) (34%, 31%, 36%)

RGB channels and saturation

R 86 of 255 = 34%
G 80 of 255 = 31%
B 92 of 255 = 36%

86
80
92

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

Portions of RGB colors in percentages

R + G + B = 86 + 80 + 92 = 258 (100%)
R 86 of 258 ~ 33.33%
G 80 of 258 ~ 31.01%
B 92 of 258 ~ 35.66'%

%33.33
%31.01
%35.66

CMYK color model

#56505C color CMYK value is (7,13,0,64).

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

CMYK: (7,13,0,64)
C7M13Y0K64 (7%, 13%, 0%, 64%)
(0.07 / 0.13 / 0.00 / 0.64)

CMYK percentages

%6.52
%13.04
%0
%63.92

Codes

Color #56505C in popluar color models

56 50 5C
RGB 86 80 92
HSL 270° 6.98% 33.73%
HSB/HSV 270° 13.04% 36.08%
CMYK 6.52% 13.04% 0.00%
63.92%

Color #56505C in popluar number systems.

HEX 56 50 5C
Decimal 86 80 92
Binary 1010110 1010000 1011100
Octal 126 120 134

Shades and tints

Shades of #56505C

#56505C
(86,80,92)
#4F4954
(79,73,84)
#48424C
(72,66,76)
#413B44
(65,59,68)
#3A343C
(58,52,60)
#332D34
(51,45,52)
#2C262C
(44,38,44)
#251F24
(37,31,36)
#1E181C
(30,24,28)
#171114
(23,17,20)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #56505C

#56505C
(86,80,92)
#655F6A
(101,95,106)
#746E78
(116,110,120)
#837D86
(131,125,134)
#928C94
(146,140,148)
#A19BA2
(161,155,162)
#B0AAB0
(176,170,176)
#BFB9BE
(191,185,190)
#CEC8CC
(206,200,204)
#DDD7DA
(221,215,218)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56505C; }

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

This text font color is #56505C.

Background Color

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

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

This div background color is #56505C.

Border color

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

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

This div border color is #56505C.

Opacity

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

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

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

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

This text has shadow with #56505C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56505C.

Preview

Color preview on black background

This text has color #56505C on black background.


Color preview on white background

This text has color #56505C on white background.


Black color preview on #56505C background

This text has black color on #56505C background.


White color preview on #56505C background

This text has white color on #56505C background.


Related colors

Complementary color

Complementary color for #hex is #A9AFA3.


I love getcolorcode.com

Triadic colors

1 #5C5650 and #505C56 with #56505C are triadic colors.

2 #5C5056 and #50565C with #56505C are triadic colors.