COLOR #5C4D8E

HEX: #5C4D8E RGB: (92,77,142)

Color info

#5C4D8E contains mainly red and blue colors. Web safe color of #5C4D8E is #663399 (or #639).

RGB color model

#5C4D8E color RGB value is (92,77,142).

RGB: (92,77,142) (36%, 30%, 56%)

RGB channels and saturation

R 92 of 255 = 36%
G 77 of 255 = 30%
B 142 of 255 = 56%

92
77
142

R + G + B ~ 41%. #5C4D8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 92 + 77 + 142 = 311 (100%)
R 92 of 311 ~ 29.58%
G 77 of 311 ~ 24.76%
B 142 of 311 ~ 45.66'%

%29.58
%24.76
%45.66

CMYK color model

#5C4D8E color CMYK value is (35,46,0,44).

  • cyan value is 35.21%
  • magenta value is 45.77%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (35,46,0,44)
C35M46Y0K44 (35%, 46%, 0%, 44%)
(0.35 / 0.46 / 0.00 / 0.44)

CMYK percentages

%35.21
%45.77
%0
%44.31

Codes

Color #5C4D8E in popluar color models

5C 4D 8E
RGB 92 77 142
HSL 254° 29.68% 42.94%
HSB/HSV 254° 45.77% 55.69%
CMYK 35.21% 45.77% 0.00%
44.31%

Color #5C4D8E in popluar number systems.

HEX 5C 4D 8E
Decimal 92 77 142
Binary 1011100 1001101 10001110
Octal 134 115 216

Shades and tints

Shades of #5C4D8E

#5C4D8E
(92,77,142)
#544682
(84,70,130)
#4C3F76
(76,63,118)
#44386A
(68,56,106)
#3C315E
(60,49,94)
#342A52
(52,42,82)
#2C2346
(44,35,70)
#241C3A
(36,28,58)
#1C152E
(28,21,46)
#140E22
(20,14,34)
#0C0716
(12,7,22)
#000000
(0,0,0)

Tints of #5C4D8E

#5C4D8E
(92,77,142)
#6A5D98
(106,93,152)
#786DA2
(120,109,162)
#867DAC
(134,125,172)
#948DB6
(148,141,182)
#A29DC0
(162,157,192)
#B0ADCA
(176,173,202)
#BEBDD4
(190,189,212)
#CCCDDE
(204,205,222)
#DADDE8
(218,221,232)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4D8E color. Also use rgb(92,77,142) instead hex code.

Text Font Color

.myTextColor { color: #5C4D8E; }

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

This text font color is #5C4D8E.

Background Color

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

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

This div background color is #5C4D8E.

Border color

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

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

This div border color is #5C4D8E.

Opacity

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

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

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

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

This text has shadow with #5C4D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4D8E.

Preview

Color preview on black background

This text has color #5C4D8E on black background.


Color preview on white background

This text has color #5C4D8E on white background.


Black color preview on #5C4D8E background

This text has black color on #5C4D8E background.


White color preview on #5C4D8E background

This text has white color on #5C4D8E background.


Related colors

Complementary color

Complementary color for #hex is #A3B271.


I love getcolorcode.com

Triadic colors

1 #8E5C4D and #4D8E5C with #5C4D8E are triadic colors.

2 #8E4D5C and #4D5C8E with #5C4D8E are triadic colors.