COLOR #56595C

HEX: #56595C RGB: (86,89,92)

Color info

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

RGB color model

#56595C color RGB value is (86,89,92).

RGB: (86,89,92) (34%, 35%, 36%)

RGB channels and saturation

R 86 of 255 = 34%
G 89 of 255 = 35%
B 92 of 255 = 36%

86
89
92

R + G + B ~ 35%. #56595C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 89 + 92 = 267 (100%)
R 86 of 267 ~ 32.21%
G 89 of 267 ~ 33.33%
B 92 of 267 ~ 34.46'%

%32.21
%33.33
%34.46

CMYK color model

#56595C color CMYK value is (7,3,0,64).

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

CMYK: (7,3,0,64)
C7M3Y0K64 (7%, 3%, 0%, 64%)
(0.07 / 0.03 / 0.00 / 0.64)

CMYK percentages

%6.52
%3.26
%0
%63.92

Codes

Color #56595C in popluar color models

56 59 5C
RGB 86 89 92
HSL 210° 3.37% 34.90%
HSB/HSV 210° 6.52% 36.08%
CMYK 6.52% 3.26% 0.00%
63.92%

Color #56595C in popluar number systems.

HEX 56 59 5C
Decimal 86 89 92
Binary 1010110 1011001 1011100
Octal 126 131 134

Shades and tints

Shades of #56595C

#56595C
(86,89,92)
#4F5154
(79,81,84)
#48494C
(72,73,76)
#414144
(65,65,68)
#3A393C
(58,57,60)
#333134
(51,49,52)
#2C292C
(44,41,44)
#252124
(37,33,36)
#1E191C
(30,25,28)
#171114
(23,17,20)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #56595C

#56595C
(86,89,92)
#65686A
(101,104,106)
#747778
(116,119,120)
#838686
(131,134,134)
#929594
(146,149,148)
#A1A4A2
(161,164,162)
#B0B3B0
(176,179,176)
#BFC2BE
(191,194,190)
#CED1CC
(206,209,204)
#DDE0DA
(221,224,218)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56595C; }

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

This text font color is #56595C.

Background Color

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

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

This div background color is #56595C.

Border color

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

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

This div border color is #56595C.

Opacity

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

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

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

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

This text has shadow with #56595C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56595C.

Preview

Color preview on black background

This text has color #56595C on black background.


Color preview on white background

This text has color #56595C on white background.


Black color preview on #56595C background

This text has black color on #56595C background.


White color preview on #56595C background

This text has white color on #56595C background.


Related colors

Complementary color

Complementary color for #hex is #A9A6A3.


I love getcolorcode.com

Triadic colors

1 #5C5659 and #595C56 with #56595C are triadic colors.

2 #5C5956 and #59565C with #56595C are triadic colors.