COLOR #5D585C

HEX: #5D585C RGB: (93,88,92)

Color info

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

RGB color model

#5D585C color RGB value is (93,88,92).

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

RGB channels and saturation

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

93
88
92

R + G + B ~ 36%. #5D585C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 88 + 92 = 273 (100%)
R 93 of 273 ~ 34.07%
G 88 of 273 ~ 32.23%
B 92 of 273 ~ 33.7'%

%34.07
%32.23
%33.7

CMYK color model

#5D585C color CMYK value is (0,5,1,64).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 1.08%
  • key color value is 63.53%

CMYK: (0,5,1,64)
C0M5Y1K64 (0%, 5%, 1%, 64%)
(0.00 / 0.05 / 0.01 / 0.64)

CMYK percentages

%0
%5.38
%1.08
%63.53

Codes

Color #5D585C in popluar color models

5D 58 5C
RGB 93 88 92
HSL 312° 2.76% 35.49%
HSB/HSV 312° 5.38% 36.47%
CMYK 0.00% 5.38% 1.08%
63.53%

Color #5D585C in popluar number systems.

HEX 5D 58 5C
Decimal 93 88 92
Binary 1011101 1011000 1011100
Octal 135 130 134

Shades and tints

Shades of #5D585C

#5D585C
(93,88,92)
#555054
(85,80,84)
#4D484C
(77,72,76)
#454044
(69,64,68)
#3D383C
(61,56,60)
#353034
(53,48,52)
#2D282C
(45,40,44)
#252024
(37,32,36)
#1D181C
(29,24,28)
#151014
(21,16,20)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #5D585C

#5D585C
(93,88,92)
#6B676A
(107,103,106)
#797678
(121,118,120)
#878586
(135,133,134)
#959494
(149,148,148)
#A3A3A2
(163,163,162)
#B1B2B0
(177,178,176)
#BFC1BE
(191,193,190)
#CDD0CC
(205,208,204)
#DBDFDA
(219,223,218)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D585C; }

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

This text font color is #5D585C.

Background Color

.myBgColor { background-color: #5D585C; }

<div style="background-color:#5D585C">Inner text</div>

This div background color is #5D585C.

Border color

.myBorderColor { border: 1px solid #5D585C; }

<div style="border:3px solid #5D585C">Div</div>

This div border color is #5D585C.

Opacity

.myOpacity80 { color: #5D585C; opacity: 0.8; }

<p style="color:#5D585C;opacity:0.8;">80%</p>

Text with #5D585C 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 #5D585C;}

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

This text has shadow with #5D585C color.


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

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

This text has shadow with #5D585C primary color and red secondary color.


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

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

This text has shadow with #5D585C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5D585C.

Preview

Color preview on black background

This text has color #5D585C on black background.


Color preview on white background

This text has color #5D585C on white background.


Black color preview on #5D585C background

This text has black color on #5D585C background.


White color preview on #5D585C background

This text has white color on #5D585C background.


Related colors

Complementary color

Complementary color for #hex is #A2A7A3.


I love getcolorcode.com

Triadic colors

1 #5C5D58 and #585C5D with #5D585C are triadic colors.

2 #5C585D and #585D5C with #5D585C are triadic colors.