COLOR #5D516D

HEX: #5D516D RGB: (93,81,109)

Color info

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

RGB color model

#5D516D color RGB value is (93,81,109).

RGB: (93,81,109) (36%, 32%, 43%)

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 109 of 255 = 43%

93
81
109

R + G + B ~ 37%. #5D516D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 81 + 109 = 283 (100%)
R 93 of 283 ~ 32.86%
G 81 of 283 ~ 28.62%
B 109 of 283 ~ 38.52'%

%32.86
%28.62
%38.52

CMYK color model

#5D516D color CMYK value is (15,26,0,57).

  • cyan value is 14.68%
  • magenta value is 25.69%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (15,26,0,57)
C15M26Y0K57 (15%, 26%, 0%, 57%)
(0.15 / 0.26 / 0.00 / 0.57)

CMYK percentages

%14.68
%25.69
%0
%57.25

Codes

Color #5D516D in popluar color models

5D 51 6D
RGB 93 81 109
HSL 266° 14.74% 37.25%
HSB/HSV 266° 25.69% 42.75%
CMYK 14.68% 25.69% 0.00%
57.25%

Color #5D516D in popluar number systems.

HEX 5D 51 6D
Decimal 93 81 109
Binary 1011101 1010001 1101101
Octal 135 121 155

Shades and tints

Shades of #5D516D

#5D516D
(93,81,109)
#554A64
(85,74,100)
#4D435B
(77,67,91)
#453C52
(69,60,82)
#3D3549
(61,53,73)
#352E40
(53,46,64)
#2D2737
(45,39,55)
#25202E
(37,32,46)
#1D1925
(29,25,37)
#15121C
(21,18,28)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #5D516D

#5D516D
(93,81,109)
#6B607A
(107,96,122)
#796F87
(121,111,135)
#877E94
(135,126,148)
#958DA1
(149,141,161)
#A39CAE
(163,156,174)
#B1ABBB
(177,171,187)
#BFBAC8
(191,186,200)
#CDC9D5
(205,201,213)
#DBD8E2
(219,216,226)
#E9E7EF
(233,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D516D; }

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

This text font color is #5D516D.

Background Color

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

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

This div background color is #5D516D.

Border color

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

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

This div border color is #5D516D.

Opacity

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

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

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

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

This text has shadow with #5D516D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D516D.

Preview

Color preview on black background

This text has color #5D516D on black background.


Color preview on white background

This text has color #5D516D on white background.


Black color preview on #5D516D background

This text has black color on #5D516D background.


White color preview on #5D516D background

This text has white color on #5D516D background.


Related colors

Complementary color

Complementary color for #hex is #A2AE92.


I love getcolorcode.com

Triadic colors

1 #6D5D51 and #516D5D with #5D516D are triadic colors.

2 #6D515D and #515D6D with #5D516D are triadic colors.