COLOR #585B57

HEX: #585B57
RGB: (88,91,87)

Color info

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

RGB color model

#585B57 color RGB value is (88,91,87).

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

RGB channels and saturation

R 88 of 255 = 35%
G 91 of 255 = 36%
B 87 of 255 = 34%

88
91
87

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

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 87 = 266 (100%)
R 88 of 266 ~ 33.08%
G 91 of 266 ~ 34.21%
B 87 of 266 ~ 32.71%

%33.08
%34.21
%32.71

CMYK color model

#585B57 color CMYK value is (3,0,4,64).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 64.31%
CMYK:
(3,0,4,64)
C3M0Y4K64 
(3%,0%,4%,64%)
(0.03/0.00/0.04/0.64)	

CMYK percentages

%3.3
%0
%4.4
%64.31

Codes

Color #585B57 in popluar color models

585B57
RGB889187
HSL105°2.25%34.90%
HSB/HSV105°4.40%35.69%
CMYK3.30%0.00%4.40%
64.31%

Color #585B57 in popluar number systems.

HEX585B57
Decimal889187
Binary101100010110111010111
Octal130133127

Shades and tints

Shades of #585B57

#585B57
(88,91,87)
#505350
(80,83,80)
#484B49
(72,75,73)
#404342
(64,67,66)
#383B3B
(56,59,59)
#303334
(48,51,52)
#282B2D
(40,43,45)
#202326
(32,35,38)
#181B1F
(24,27,31)
#101318
(16,19,24)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #585B57

#585B57
(88,91,87)
#676966
(103,105,102)
#767775
(118,119,117)
#858584
(133,133,132)
#949393
(148,147,147)
#A3A1A2
(163,161,162)
#B2AFB1
(178,175,177)
#C1BDC0
(193,189,192)
#D0CBCF
(208,203,207)
#DFD9DE
(223,217,222)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B57; }

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

This text font color is #585B57.


Background Color

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

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

This div background color is #585B57.


Border color

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

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

This div border color is #585B57.


Opacity

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

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

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

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

This text has shadow with #585B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B57 on black background.


Color preview on white background

This text has color #585B57 on white background.



Black color preview on #585B57 background

This text has black color on #585B57 background.


White color preview on #585B57 background

This text has white color on #585B57 background.