COLOR #59586C

HEX: #59586C
RGB: (89,88,108)

Color info

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

RGB color model

#59586C color RGB value is (89,88,108).

  • red value is 89;
  • green value is 88;
  • blue value is 108.
RGB:
(89,88,108)
(35%,35%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 88 of 255 = 35%
B 108 of 255 = 42%

89
88
108

R + G + B ~ 37%. #59586C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 88 + 108 = 285 (100%)
R 89 of 285 ~ 31.23%
G 88 of 285 ~ 30.88%
B 108 of 285 ~ 37.89%

%31.23
%30.88
%37.89

CMYK color model

#59586C color CMYK value is (18,19,0,58).

  • cyan value is 17.59%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(18,19,0,58)
C18M19Y0K58 
(18%,19%,0%,58%)
(0.18/0.19/0.00/0.58)	

CMYK percentages

%17.59
%18.52
%0
%57.65

Codes

Color #59586C in popluar color models

59586C
RGB8988108
HSL243°10.20%38.43%
HSB/HSV243°18.52%42.35%
CMYK17.59%18.52%0.00%
57.65%

Color #59586C in popluar number systems.

HEX59586C
Decimal8988108
Binary101100110110001101100
Octal131130154

Shades and tints

Shades of #59586C

#59586C
(89,88,108)
#515063
(81,80,99)
#49485A
(73,72,90)
#414051
(65,64,81)
#393848
(57,56,72)
#31303F
(49,48,63)
#292836
(41,40,54)
#21202D
(33,32,45)
#191824
(25,24,36)
#11101B
(17,16,27)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #59586C

#59586C
(89,88,108)
#686779
(104,103,121)
#777686
(119,118,134)
#868593
(134,133,147)
#9594A0
(149,148,160)
#A4A3AD
(164,163,173)
#B3B2BA
(179,178,186)
#C2C1C7
(194,193,199)
#D1D0D4
(209,208,212)
#E0DFE1
(224,223,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59586C; }

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

This text font color is #59586C.


Background Color

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

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

This div background color is #59586C.


Border color

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

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

This div border color is #59586C.


Opacity

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

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

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

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

This text has shadow with #59586C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59586C on black background.


Color preview on white background

This text has color #59586C on white background.



Black color preview on #59586C background

This text has black color on #59586C background.


White color preview on #59586C background

This text has white color on #59586C background.