COLOR #595558

HEX: #595558 RGB: (89,85,88)

Color info

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

RGB color model

#595558 color RGB value is (89,85,88).

RGB: (89,85,88) (35%, 33%, 35%)

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 88 of 255 = 35%

89
85
88

R + G + B ~ 34%. #595558 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 85 + 88 = 262 (100%)
R 89 of 262 ~ 33.97%
G 85 of 262 ~ 32.44%
B 88 of 262 ~ 33.59'%

%33.97
%32.44
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 1.12%
  • key color value is 65.10%

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

CMYK percentages

%0
%4.49
%1.12
%65.1

Codes

Color #595558 in popluar color models

59 55 58
RGB 89 85 88
HSL 315° 2.30% 34.12%
HSB/HSV 315° 4.49% 34.90%
CMYK 0.00% 4.49% 1.12%
65.10%

Color #595558 in popluar number systems.

HEX 59 55 58
Decimal 89 85 88
Binary 1011001 1010101 1011000
Octal 131 125 130

Shades and tints

Shades of #595558

#595558
(89,85,88)
#514E50
(81,78,80)
#494748
(73,71,72)
#414040
(65,64,64)
#393938
(57,57,56)
#313230
(49,50,48)
#292B28
(41,43,40)
#212420
(33,36,32)
#191D18
(25,29,24)
#111610
(17,22,16)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #595558

#595558
(89,85,88)
#686467
(104,100,103)
#777376
(119,115,118)
#868285
(134,130,133)
#959194
(149,145,148)
#A4A0A3
(164,160,163)
#B3AFB2
(179,175,178)
#C2BEC1
(194,190,193)
#D1CDD0
(209,205,208)
#E0DCDF
(224,220,223)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595558; }

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

This text font color is #595558.

Background Color

.myBgColor { background-color: #595558; }

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

This div background color is #595558.

Border color

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

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

This div border color is #595558.

Opacity

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

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

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

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

This text has shadow with #595558 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595558.

Preview

Color preview on black background

This text has color #595558 on black background.


Color preview on white background

This text has color #595558 on white background.


Black color preview on #595558 background

This text has black color on #595558 background.


White color preview on #595558 background

This text has white color on #595558 background.


Related colors

Complementary color

Complementary color for #hex is #A6AAA7.


I love getcolorcode.com

Triadic colors

1 #585955 and #555859 with #595558 are triadic colors.

2 #585559 and #555958 with #595558 are triadic colors.