COLOR #585B59

HEX: #585B59
RGB: (88,91,89)

Color info

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

RGB color model

#585B59 color RGB value is (88,91,89).

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

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 89 of 255 = 35%

88
91
89

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

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 89 = 268 (100%)
R 88 of 268 ~ 32.84%
G 91 of 268 ~ 33.96%
B 89 of 268 ~ 33.21%

%32.84
%33.96
%33.21

CMYK color model

#585B59 color CMYK value is (3,0,2,64).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 64.31%
CMYK:
(3,0,2,64)
C3M0Y2K64 
(3%,0%,2%,64%)
(0.03/0.00/0.02/0.64)	

CMYK percentages

%3.3
%0
%2.2
%64.31

Codes

Color #585B59 in popluar color models

585B59
RGB889189
HSL140°1.68%35.10%
HSB/HSV140°3.30%35.69%
CMYK3.30%0.00%2.20%
64.31%

Color #585B59 in popluar number systems.

HEX585B59
Decimal889189
Binary101100010110111011001
Octal130133131

Shades and tints

Shades of #585B59

#585B59
(88,91,89)
#505351
(80,83,81)
#484B49
(72,75,73)
#404341
(64,67,65)
#383B39
(56,59,57)
#303331
(48,51,49)
#282B29
(40,43,41)
#202321
(32,35,33)
#181B19
(24,27,25)
#101311
(16,19,17)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #585B59

#585B59
(88,91,89)
#676968
(103,105,104)
#767777
(118,119,119)
#858586
(133,133,134)
#949395
(148,147,149)
#A3A1A4
(163,161,164)
#B2AFB3
(178,175,179)
#C1BDC2
(193,189,194)
#D0CBD1
(208,203,209)
#DFD9E0
(223,217,224)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B59; }

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

This text font color is #585B59.


Background Color

.myBgColor { background-color: #585B59; }

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

This div background color is #585B59.


Border color

.myBorderColor { border: 1px solid #585B59; }

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

This div border color is #585B59.


Opacity

.myOpacity80 { color: #585B59; opacity: 0.8; }

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

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

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

This text has shadow with #585B59 color.

.textShadow {text-shadow: 3px 3px 1px #585B59, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B59 on black background.


Color preview on white background

This text has color #585B59 on white background.



Black color preview on #585B59 background

This text has black color on #585B59 background.


White color preview on #585B59 background

This text has white color on #585B59 background.