COLOR #585B5C

HEX: #585B5C
RGB: (88,91,92)

Color info

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

RGB color model

#585B5C color RGB value is (88,91,92).

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

RGB channels and saturation

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

88
91
92

R + G + B ~ 36%. #585B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 91 + 92 = 271 (100%)
R 88 of 271 ~ 32.47%
G 91 of 271 ~ 33.58%
B 92 of 271 ~ 33.95%

%32.47
%33.58
%33.95

CMYK color model

#585B5C color CMYK value is (4,1,0,64).

  • cyan value is 4.35%
  • magenta value is 1.09%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(4,1,0,64)
C4M1Y0K64 
(4%,1%,0%,64%)
(0.04/0.01/0.00/0.64)	

CMYK percentages

%4.35
%1.09
%0
%63.92

Codes

Color #585B5C in popluar color models

585B5C
RGB889192
HSL195°2.22%35.29%
HSB/HSV195°4.35%36.08%
CMYK4.35%1.09%0.00%
63.92%

Color #585B5C in popluar number systems.

HEX585B5C
Decimal889192
Binary101100010110111011100
Octal130133134

Shades and tints

Shades of #585B5C

#585B5C
(88,91,92)
#505354
(80,83,84)
#484B4C
(72,75,76)
#404344
(64,67,68)
#383B3C
(56,59,60)
#303334
(48,51,52)
#282B2C
(40,43,44)
#202324
(32,35,36)
#181B1C
(24,27,28)
#101314
(16,19,20)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #585B5C

#585B5C
(88,91,92)
#67696A
(103,105,106)
#767778
(118,119,120)
#858586
(133,133,134)
#949394
(148,147,148)
#A3A1A2
(163,161,162)
#B2AFB0
(178,175,176)
#C1BDBE
(193,189,190)
#D0CBCC
(208,203,204)
#DFD9DA
(223,217,218)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585B5C; }

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

This text font color is #585B5C.


Background Color

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

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

This div background color is #585B5C.


Border color

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

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

This div border color is #585B5C.


Opacity

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

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

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

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

This text has shadow with #585B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585B5C on black background.


Color preview on white background

This text has color #585B5C on white background.



Black color preview on #585B5C background

This text has black color on #585B5C background.


White color preview on #585B5C background

This text has white color on #585B5C background.