COLOR #59656C

HEX: #59656C RGB: (89,101,108)

Color info

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

RGB color model

#59656C color RGB value is (89,101,108).

RGB: (89,101,108) (35%, 40%, 42%)

RGB channels and saturation

R 89 of 255 = 35%
G 101 of 255 = 40%
B 108 of 255 = 42%

89
101
108

R + G + B ~ 39%. #59656C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 101 + 108 = 298 (100%)
R 89 of 298 ~ 29.87%
G 101 of 298 ~ 33.89%
B 108 of 298 ~ 36.24'%

%29.87
%33.89
%36.24

CMYK color model

#59656C color CMYK value is (18,6,0,58).

  • cyan value is 17.59%
  • magenta value is 6.48%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (18,6,0,58)
C18M6Y0K58 (18%, 6%, 0%, 58%)
(0.18 / 0.06 / 0.00 / 0.58)

CMYK percentages

%17.59
%6.48
%0
%57.65

Codes

Color #59656C in popluar color models

59 65 6C
RGB 89 101 108
HSL 202° 9.64% 38.63%
HSB/HSV 202° 17.59% 42.35%
CMYK 17.59% 6.48% 0.00%
57.65%

Color #59656C in popluar number systems.

HEX 59 65 6C
Decimal 89 101 108
Binary 1011001 1100101 1101100
Octal 131 145 154

Shades and tints

Shades of #59656C

#59656C
(89,101,108)
#515C63
(81,92,99)
#49535A
(73,83,90)
#414A51
(65,74,81)
#394148
(57,65,72)
#31383F
(49,56,63)
#292F36
(41,47,54)
#21262D
(33,38,45)
#191D24
(25,29,36)
#11141B
(17,20,27)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #59656C

#59656C
(89,101,108)
#687379
(104,115,121)
#778186
(119,129,134)
#868F93
(134,143,147)
#959DA0
(149,157,160)
#A4ABAD
(164,171,173)
#B3B9BA
(179,185,186)
#C2C7C7
(194,199,199)
#D1D5D4
(209,213,212)
#E0E3E1
(224,227,225)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59656C color. Also use rgb(89,101,108) instead hex code.

Text Font Color

.myTextColor { color: #59656C; }

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

This text font color is #59656C.

Background Color

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

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

This div background color is #59656C.

Border color

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

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

This div border color is #59656C.

Opacity

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

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

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

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

This text has shadow with #59656C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59656C.

Preview

Color preview on black background

This text has color #59656C on black background.


Color preview on white background

This text has color #59656C on white background.


Black color preview on #59656C background

This text has black color on #59656C background.


White color preview on #59656C background

This text has white color on #59656C background.


Related colors

Complementary color

Complementary color for #hex is #A69A93.


I love getcolorcode.com

Triadic colors

1 #6C5965 and #656C59 with #59656C are triadic colors.

2 #6C6559 and #65596C with #59656C are triadic colors.