COLOR #56595D

HEX: #56595D RGB: (86,89,93)

Color info

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

RGB color model

#56595D color RGB value is (86,89,93).

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

RGB channels and saturation

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

86
89
93

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

Portions of RGB colors in percentages

R + G + B = 86 + 89 + 93 = 268 (100%)
R 86 of 268 ~ 32.09%
G 89 of 268 ~ 33.21%
B 93 of 268 ~ 34.7'%

%32.09
%33.21
%34.7

CMYK color model

#56595D color CMYK value is (8,4,0,64).

  • cyan value is 7.53%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (8,4,0,64)
C8M4Y0K64 (8%, 4%, 0%, 64%)
(0.08 / 0.04 / 0.00 / 0.64)

CMYK percentages

%7.53
%4.3
%0
%63.53

Codes

Color #56595D in popluar color models

56 59 5D
RGB 86 89 93
HSL 214° 3.91% 35.10%
HSB/HSV 214° 7.53% 36.47%
CMYK 7.53% 4.30% 0.00%
63.53%

Color #56595D in popluar number systems.

HEX 56 59 5D
Decimal 86 89 93
Binary 1010110 1011001 1011101
Octal 126 131 135

Shades and tints

Shades of #56595D

#56595D
(86,89,93)
#4F5155
(79,81,85)
#48494D
(72,73,77)
#414145
(65,65,69)
#3A393D
(58,57,61)
#333135
(51,49,53)
#2C292D
(44,41,45)
#252125
(37,33,37)
#1E191D
(30,25,29)
#171115
(23,17,21)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #56595D

#56595D
(86,89,93)
#65686B
(101,104,107)
#747779
(116,119,121)
#838687
(131,134,135)
#929595
(146,149,149)
#A1A4A3
(161,164,163)
#B0B3B1
(176,179,177)
#BFC2BF
(191,194,191)
#CED1CD
(206,209,205)
#DDE0DB
(221,224,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56595D; }

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

This text font color is #56595D.

Background Color

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

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

This div background color is #56595D.

Border color

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

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

This div border color is #56595D.

Opacity

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

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

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

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

This text has shadow with #56595D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56595D.

Preview

Color preview on black background

This text has color #56595D on black background.


Color preview on white background

This text has color #56595D on white background.


Black color preview on #56595D background

This text has black color on #56595D background.


White color preview on #56595D background

This text has white color on #56595D background.


Related colors

Complementary color

Complementary color for #hex is #A9A6A2.


I love getcolorcode.com

Triadic colors

1 #5D5659 and #595D56 with #56595D are triadic colors.

2 #5D5956 and #59565D with #56595D are triadic colors.