COLOR #5D517C

HEX: #5D517C RGB: (93,81,124)

Color info

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

RGB color model

#5D517C color RGB value is (93,81,124).

RGB: (93,81,124) (36%, 32%, 49%)

RGB channels and saturation

R 93 of 255 = 36%
G 81 of 255 = 32%
B 124 of 255 = 49%

93
81
124

R + G + B ~ 39%. #5D517C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 81 + 124 = 298 (100%)
R 93 of 298 ~ 31.21%
G 81 of 298 ~ 27.18%
B 124 of 298 ~ 41.61'%

%31.21
%27.18
%41.61

CMYK color model

#5D517C color CMYK value is (25,35,0,51).

  • cyan value is 25.00%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (25,35,0,51)
C25M35Y0K51 (25%, 35%, 0%, 51%)
(0.25 / 0.35 / 0.00 / 0.51)

CMYK percentages

%25
%34.68
%0
%51.37

Codes

Color #5D517C in popluar color models

5D 51 7C
RGB 93 81 124
HSL 257° 20.98% 40.20%
HSB/HSV 257° 34.68% 48.63%
CMYK 25.00% 34.68% 0.00%
51.37%

Color #5D517C in popluar number systems.

HEX 5D 51 7C
Decimal 93 81 124
Binary 1011101 1010001 1111100
Octal 135 121 174

Shades and tints

Shades of #5D517C

#5D517C
(93,81,124)
#554A71
(85,74,113)
#4D4366
(77,67,102)
#453C5B
(69,60,91)
#3D3550
(61,53,80)
#352E45
(53,46,69)
#2D273A
(45,39,58)
#25202F
(37,32,47)
#1D1924
(29,25,36)
#151219
(21,18,25)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #5D517C

#5D517C
(93,81,124)
#6B6087
(107,96,135)
#796F92
(121,111,146)
#877E9D
(135,126,157)
#958DA8
(149,141,168)
#A39CB3
(163,156,179)
#B1ABBE
(177,171,190)
#BFBAC9
(191,186,201)
#CDC9D4
(205,201,212)
#DBD8DF
(219,216,223)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D517C; }

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

This text font color is #5D517C.

Background Color

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

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

This div background color is #5D517C.

Border color

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

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

This div border color is #5D517C.

Opacity

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

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

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

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

This text has shadow with #5D517C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D517C.

Preview

Color preview on black background

This text has color #5D517C on black background.


Color preview on white background

This text has color #5D517C on white background.


Black color preview on #5D517C background

This text has black color on #5D517C background.


White color preview on #5D517C background

This text has white color on #5D517C background.


Related colors

Complementary color

Complementary color for #hex is #A2AE83.


I love getcolorcode.com

Triadic colors

1 #7C5D51 and #517C5D with #5D517C are triadic colors.

2 #7C515D and #515D7C with #5D517C are triadic colors.