COLOR #5C517C

HEX: #5C517C RGB: (92,81,124)

Color info

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

RGB color model

#5C517C color RGB value is (92,81,124).

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

RGB channels and saturation

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

92
81
124

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

Portions of RGB colors in percentages

R + G + B = 92 + 81 + 124 = 297 (100%)
R 92 of 297 ~ 30.98%
G 81 of 297 ~ 27.27%
B 124 of 297 ~ 41.75'%

%30.98
%27.27
%41.75

CMYK color model

#5C517C color CMYK value is (26,35,0,51).

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

CMYK: (26,35,0,51)
C26M35Y0K51 (26%, 35%, 0%, 51%)
(0.26 / 0.35 / 0.00 / 0.51)

CMYK percentages

%25.81
%34.68
%0
%51.37

Codes

Color #5C517C in popluar color models

5C 51 7C
RGB 92 81 124
HSL 255° 20.98% 40.20%
HSB/HSV 255° 34.68% 48.63%
CMYK 25.81% 34.68% 0.00%
51.37%

Color #5C517C in popluar number systems.

HEX 5C 51 7C
Decimal 92 81 124
Binary 1011100 1010001 1111100
Octal 134 121 174

Shades and tints

Shades of #5C517C

#5C517C
(92,81,124)
#544A71
(84,74,113)
#4C4366
(76,67,102)
#443C5B
(68,60,91)
#3C3550
(60,53,80)
#342E45
(52,46,69)
#2C273A
(44,39,58)
#24202F
(36,32,47)
#1C1924
(28,25,36)
#141219
(20,18,25)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #5C517C

#5C517C
(92,81,124)
#6A6087
(106,96,135)
#786F92
(120,111,146)
#867E9D
(134,126,157)
#948DA8
(148,141,168)
#A29CB3
(162,156,179)
#B0ABBE
(176,171,190)
#BEBAC9
(190,186,201)
#CCC9D4
(204,201,212)
#DAD8DF
(218,216,223)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C517C; }

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

This text font color is #5C517C.

Background Color

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

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

This div background color is #5C517C.

Border color

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

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

This div border color is #5C517C.

Opacity

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

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

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

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

This text has shadow with #5C517C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C517C.

Preview

Color preview on black background

This text has color #5C517C on black background.


Color preview on white background

This text has color #5C517C on white background.


Black color preview on #5C517C background

This text has black color on #5C517C background.


White color preview on #5C517C background

This text has white color on #5C517C background.


Related colors

Complementary color

Complementary color for #hex is #A3AE83.


I love getcolorcode.com

Triadic colors

1 #7C5C51 and #517C5C with #5C517C are triadic colors.

2 #7C515C and #515C7C with #5C517C are triadic colors.