COLOR #5D515C

HEX: #5D515C RGB: (93,81,92)

Color info

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

RGB color model

#5D515C color RGB value is (93,81,92).

RGB: (93,81,92) (36%, 32%, 36%)

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 92 of 255 = 36%

93
81
92

R + G + B ~ 35%. #5D515C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 81 + 92 = 266 (100%)
R 93 of 266 ~ 34.96%
G 81 of 266 ~ 30.45%
B 92 of 266 ~ 34.59'%

%34.96
%30.45
%34.59

CMYK color model

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

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

CMYK: (0,13,1,64)
C0M13Y1K64 (0%, 13%, 1%, 64%)
(0.00 / 0.13 / 0.01 / 0.64)

CMYK percentages

%0
%12.9
%1.08
%63.53

Codes

Color #5D515C in popluar color models

5D 51 5C
RGB 93 81 92
HSL 305° 6.90% 34.12%
HSB/HSV 305° 12.90% 36.47%
CMYK 0.00% 12.90% 1.08%
63.53%

Color #5D515C in popluar number systems.

HEX 5D 51 5C
Decimal 93 81 92
Binary 1011101 1010001 1011100
Octal 135 121 134

Shades and tints

Shades of #5D515C

#5D515C
(93,81,92)
#554A54
(85,74,84)
#4D434C
(77,67,76)
#453C44
(69,60,68)
#3D353C
(61,53,60)
#352E34
(53,46,52)
#2D272C
(45,39,44)
#252024
(37,32,36)
#1D191C
(29,25,28)
#151214
(21,18,20)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #5D515C

#5D515C
(93,81,92)
#6B606A
(107,96,106)
#796F78
(121,111,120)
#877E86
(135,126,134)
#958D94
(149,141,148)
#A39CA2
(163,156,162)
#B1ABB0
(177,171,176)
#BFBABE
(191,186,190)
#CDC9CC
(205,201,204)
#DBD8DA
(219,216,218)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D515C; }

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

This text font color is #5D515C.

Background Color

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

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

This div background color is #5D515C.

Border color

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

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

This div border color is #5D515C.

Opacity

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

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

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

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

This text has shadow with #5D515C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D515C.

Preview

Color preview on black background

This text has color #5D515C on black background.


Color preview on white background

This text has color #5D515C on white background.


Black color preview on #5D515C background

This text has black color on #5D515C background.


White color preview on #5D515C background

This text has white color on #5D515C background.


Related colors

Complementary color

Complementary color for #hex is #A2AEA3.


I love getcolorcode.com

Triadic colors

1 #5C5D51 and #515C5D with #5D515C are triadic colors.

2 #5C515D and #515D5C with #5D515C are triadic colors.