COLOR #595560

HEX: #595560 RGB: (89,85,96)

Color info

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

RGB color model

#595560 color RGB value is (89,85,96).

RGB: (89,85,96) (35%, 33%, 38%)

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 96 of 255 = 38%

89
85
96

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

Portions of RGB colors in percentages

R + G + B = 89 + 85 + 96 = 270 (100%)
R 89 of 270 ~ 32.96%
G 85 of 270 ~ 31.48%
B 96 of 270 ~ 35.56'%

%32.96
%31.48
%35.56

CMYK color model

#595560 color CMYK value is (7,11,0,62).

  • cyan value is 7.29%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK: (7,11,0,62) C7M11Y0K62 (7%,11%,0%,62%) (0.07/0.11/0.00/0.62) 

CMYK percentages

%7.29
%11.46
%0
%62.35

Codes

Color #595560 in popluar color models

59 55 60
RGB 89 85 96
HSL 262° 6.08% 35.49%
HSB/HSV 262° 11.46% 37.65%
CMYK 7.29% 11.46% 0.00%
62.35%

Color #595560 in popluar number systems.

HEX 59 55 60
Decimal 89 85 96
Binary 1011001 1010101 1100000
Octal 131 125 140

Shades and tints

Shades of #595560

#595560
(89,85,96)
#514E58
(81,78,88)
#494750
(73,71,80)
#414048
(65,64,72)
#393940
(57,57,64)
#313238
(49,50,56)
#292B30
(41,43,48)
#212428
(33,36,40)
#191D20
(25,29,32)
#111618
(17,22,24)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #595560

#595560
(89,85,96)
#68646E
(104,100,110)
#77737C
(119,115,124)
#86828A
(134,130,138)
#959198
(149,145,152)
#A4A0A6
(164,160,166)
#B3AFB4
(179,175,180)
#C2BEC2
(194,190,194)
#D1CDD0
(209,205,208)
#E0DCDE
(224,220,222)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595560 color. Also use rgb(89,85,96) instead hex code.

Text Font Color

.myTextColor { color: #595560; }

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

This text font color is #595560.

Background Color

.myBgColor { background-color: #595560; }

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

This div background color is #595560.

Border color

.myBorderColor { border: 1px solid #595560; }

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

This div border color is #595560.

Opacity

.myOpacity80 { color: #595560; opacity: 0.8; }

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

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

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

This text has shadow with #595560 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595560.

Preview

Color preview on black background

This text has color #595560 on black background.


Color preview on white background

This text has color #595560 on white background.


Black color preview on #595560 background

This text has black color on #595560 background.


White color preview on #595560 background

This text has white color on #595560 background.


Related colors

Complementary color

Complementary color for #hex is #A6AA9F.


I love getcolorcode.com

Triadic colors

1 #605955 and #556059 with #595560 are triadic colors.

2 #605559 and #555960 with #595560 are triadic colors.