COLOR #585C5C

HEX: #585C5C RGB: (88,92,92)

Color info

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

RGB color model

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

RGB: (88,92,92) (35%, 36%, 36%)

RGB channels and saturation

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

88
92
92

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

Portions of RGB colors in percentages

R + G + B = 88 + 92 + 92 = 272 (100%)
R 88 of 272 ~ 32.35%
G 92 of 272 ~ 33.82%
B 92 of 272 ~ 33.82'%

%32.35
%33.82
%33.82

CMYK color model

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

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

CMYK percentages

%4.35
%0
%0
%63.92

Codes

Color #585C5C in popluar color models

58 5C 5C
RGB 88 92 92
HSL 180° 2.22% 35.29%
HSB/HSV 180° 4.35% 36.08%
CMYK 4.35% 0.00% 0.00%
63.92%

Color #585C5C in popluar number systems.

HEX 58 5C 5C
Decimal 88 92 92
Binary 1011000 1011100 1011100
Octal 130 134 134

Shades and tints

Shades of #585C5C

#585C5C
(88,92,92)
#505454
(80,84,84)
#484C4C
(72,76,76)
#404444
(64,68,68)
#383C3C
(56,60,60)
#303434
(48,52,52)
#282C2C
(40,44,44)
#202424
(32,36,36)
#181C1C
(24,28,28)
#101414
(16,20,20)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #585C5C

#585C5C
(88,92,92)
#676A6A
(103,106,106)
#767878
(118,120,120)
#858686
(133,134,134)
#949494
(148,148,148)
#A3A2A2
(163,162,162)
#B2B0B0
(178,176,176)
#C1BEBE
(193,190,190)
#D0CCCC
(208,204,204)
#DFDADA
(223,218,218)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C5C; }

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

This text font color is #585C5C.

Background Color

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

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

This div background color is #585C5C.

Border color

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

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

This div border color is #585C5C.

Opacity

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

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

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

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

This text has shadow with #585C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585C5C.

Preview

Color preview on black background

This text has color #585C5C on black background.


Color preview on white background

This text has color #585C5C on white background.


Black color preview on #585C5C background

This text has black color on #585C5C background.


White color preview on #585C5C background

This text has white color on #585C5C background.


Related colors

Complementary color

Complementary color for #hex is #A7A3A3.


I love getcolorcode.com