COLOR #59565A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
86
90

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

Portions of RGB colors in percentages

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

%33.58
%32.45
%33.96

CMYK color model

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

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

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

CMYK percentages

%1.11
%4.44
%0
%64.71

Codes

Color #59565A in popluar color models

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

Color #59565A in popluar number systems.

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

Shades and tints

Shades of #59565A

#59565A
(89,86,90)
#514F52
(81,79,82)
#49484A
(73,72,74)
#414142
(65,65,66)
#393A3A
(57,58,58)
#313332
(49,51,50)
#292C2A
(41,44,42)
#212522
(33,37,34)
#191E1A
(25,30,26)
#111712
(17,23,18)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #59565A

#59565A
(89,86,90)
#686569
(104,101,105)
#777478
(119,116,120)
#868387
(134,131,135)
#959296
(149,146,150)
#A4A1A5
(164,161,165)
#B3B0B4
(179,176,180)
#C2BFC3
(194,191,195)
#D1CED2
(209,206,210)
#E0DDE1
(224,221,225)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59565A; }

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

This text font color is #59565A.

Background Color

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

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

This div background color is #59565A.

Border color

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

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

This div border color is #59565A.

Opacity

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

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

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

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

This text has shadow with #59565A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59565A.

Preview

Color preview on black background

This text has color #59565A on black background.


Color preview on white background

This text has color #59565A on white background.


Black color preview on #59565A background

This text has black color on #59565A background.


White color preview on #59565A background

This text has white color on #59565A background.


Related colors

Complementary color

Complementary color for #hex is #A6A9A5.


I love getcolorcode.com

Triadic colors

1 #5A5956 and #565A59 with #59565A are triadic colors.

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