COLOR #56595A

HEX: #56595A RGB: (86,89,90)

Color info

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

RGB color model

#56595A color RGB value is (86,89,90).

RGB: (86,89,90) (34%, 35%, 35%)

RGB channels and saturation

R 86 of 255 = 34%
G 89 of 255 = 35%
B 90 of 255 = 35%

86
89
90

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

Portions of RGB colors in percentages

R + G + B = 86 + 89 + 90 = 265 (100%)
R 86 of 265 ~ 32.45%
G 89 of 265 ~ 33.58%
B 90 of 265 ~ 33.96'%

%32.45
%33.58
%33.96

CMYK color model

#56595A color CMYK value is (4,1,0,65).

  • cyan value is 4.44%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (4,1,0,65)
C4M1Y0K65 (4%, 1%, 0%, 65%)
(0.04 / 0.01 / 0.00 / 0.65)

CMYK percentages

%4.44
%1.11
%0
%64.71

Codes

Color #56595A in popluar color models

56 59 5A
RGB 86 89 90
HSL 195° 2.27% 34.51%
HSB/HSV 195° 4.44% 35.29%
CMYK 4.44% 1.11% 0.00%
64.71%

Color #56595A in popluar number systems.

HEX 56 59 5A
Decimal 86 89 90
Binary 1010110 1011001 1011010
Octal 126 131 132

Shades and tints

Shades of #56595A

#56595A
(86,89,90)
#4F5152
(79,81,82)
#48494A
(72,73,74)
#414142
(65,65,66)
#3A393A
(58,57,58)
#333132
(51,49,50)
#2C292A
(44,41,42)
#252122
(37,33,34)
#1E191A
(30,25,26)
#171112
(23,17,18)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #56595A

#56595A
(86,89,90)
#656869
(101,104,105)
#747778
(116,119,120)
#838687
(131,134,135)
#929596
(146,149,150)
#A1A4A5
(161,164,165)
#B0B3B4
(176,179,180)
#BFC2C3
(191,194,195)
#CED1D2
(206,209,210)
#DDE0E1
(221,224,225)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56595A; }

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

This text font color is #56595A.

Background Color

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

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

This div background color is #56595A.

Border color

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

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

This div border color is #56595A.

Opacity

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

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

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

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

This text has shadow with #56595A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56595A.

Preview

Color preview on black background

This text has color #56595A on black background.


Color preview on white background

This text has color #56595A on white background.


Black color preview on #56595A background

This text has black color on #56595A background.


White color preview on #56595A background

This text has white color on #56595A background.


Related colors

Complementary color

Complementary color for #hex is #A9A6A5.


I love getcolorcode.com

Triadic colors

1 #5A5659 and #595A56 with #56595A are triadic colors.

2 #5A5956 and #59565A with #56595A are triadic colors.