COLOR #5C4576

HEX: #5C4576 RGB: (92,69,118)

Color info

#5C4576 contains red, green and blue colors in about the same proportion. Web safe color of #5C4576 is #663366 (or #636).

RGB color model

#5C4576 color RGB value is (92,69,118).

RGB: (92,69,118) (36%, 27%, 46%)

RGB channels and saturation

R 92 of 255 = 36%
G 69 of 255 = 27%
B 118 of 255 = 46%

92
69
118

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

Portions of RGB colors in percentages

R + G + B = 92 + 69 + 118 = 279 (100%)
R 92 of 279 ~ 32.97%
G 69 of 279 ~ 24.73%
B 118 of 279 ~ 42.29'%

%32.97
%24.73
%42.29

CMYK color model

#5C4576 color CMYK value is (22,42,0,54).

  • cyan value is 22.03%
  • magenta value is 41.53%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (22,42,0,54) C22M42Y0K54 (22%,42%,0%,54%) (0.22/0.42/0.00/0.54) 

CMYK percentages

%22.03
%41.53
%0
%53.73

Codes

Color #5C4576 in popluar color models

5C 45 76
RGB 92 69 118
HSL 268° 26.20% 36.67%
HSB/HSV 268° 41.53% 46.27%
CMYK 22.03% 41.53% 0.00%
53.73%

Color #5C4576 in popluar number systems.

HEX 5C 45 76
Decimal 92 69 118
Binary 1011100 1000101 1110110
Octal 134 105 166

Shades and tints

Shades of #5C4576

#5C4576
(92,69,118)
#543F6C
(84,63,108)
#4C3962
(76,57,98)
#443358
(68,51,88)
#3C2D4E
(60,45,78)
#342744
(52,39,68)
#2C213A
(44,33,58)
#241B30
(36,27,48)
#1C1526
(28,21,38)
#140F1C
(20,15,28)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #5C4576

#5C4576
(92,69,118)
#6A5582
(106,85,130)
#78658E
(120,101,142)
#86759A
(134,117,154)
#9485A6
(148,133,166)
#A295B2
(162,149,178)
#B0A5BE
(176,165,190)
#BEB5CA
(190,181,202)
#CCC5D6
(204,197,214)
#DAD5E2
(218,213,226)
#E8E5EE
(232,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4576 color. Also use rgb(92,69,118) instead hex code.

Text Font Color

.myTextColor { color: #5C4576; }

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

This text font color is #5C4576.

Background Color

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

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

This div background color is #5C4576.

Border color

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

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

This div border color is #5C4576.

Opacity

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

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

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

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

This text has shadow with #5C4576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4576.

Preview

Color preview on black background

This text has color #5C4576 on black background.


Color preview on white background

This text has color #5C4576 on white background.


Black color preview on #5C4576 background

This text has black color on #5C4576 background.


White color preview on #5C4576 background

This text has white color on #5C4576 background.


Related colors

Complementary color

Complementary color for #hex is #A3BA89.


I love getcolorcode.com

Triadic colors

1 #765C45 and #45765C with #5C4576 are triadic colors.

2 #76455C and #455C76 with #5C4576 are triadic colors.