COLOR #5C4DB4

HEX: #5C4DB4 RGB: (92,77,180)

Color info

#5C4DB4 contains mainly blue color. Web safe color of #5C4DB4 is #6633CC (or #63C).

RGB color model

#5C4DB4 color RGB value is (92,77,180).

RGB: (92,77,180) (36%, 30%, 71%)

RGB channels and saturation

R 92 of 255 = 36%
G 77 of 255 = 30%
B 180 of 255 = 71%

92
77
180

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

Portions of RGB colors in percentages

R + G + B = 92 + 77 + 180 = 349 (100%)
R 92 of 349 ~ 26.36%
G 77 of 349 ~ 22.06%
B 180 of 349 ~ 51.58'%

%26.36
%22.06
%51.58

CMYK color model

#5C4DB4 color CMYK value is (49,57,0,29).

  • cyan value is 48.89%
  • magenta value is 57.22%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (49,57,0,29)
C49M57Y0K29 (49%, 57%, 0%, 29%)
(0.49 / 0.57 / 0.00 / 0.29)

CMYK percentages

%48.89
%57.22
%0
%29.41

Codes

Color #5C4DB4 in popluar color models

5C 4D B4
RGB 92 77 180
HSL 249° 40.71% 50.39%
HSB/HSV 249° 57.22% 70.59%
CMYK 48.89% 57.22% 0.00%
29.41%

Color #5C4DB4 in popluar number systems.

HEX 5C 4D B4
Decimal 92 77 180
Binary 1011100 1001101 10110100
Octal 134 115 264

Shades and tints

Shades of #5C4DB4

#5C4DB4
(92,77,180)
#5446A4
(84,70,164)
#4C3F94
(76,63,148)
#443884
(68,56,132)
#3C3174
(60,49,116)
#342A64
(52,42,100)
#2C2354
(44,35,84)
#241C44
(36,28,68)
#1C1534
(28,21,52)
#140E24
(20,14,36)
#0C0714
(12,7,20)
#000000
(0,0,0)

Tints of #5C4DB4

#5C4DB4
(92,77,180)
#6A5DBA
(106,93,186)
#786DC0
(120,109,192)
#867DC6
(134,125,198)
#948DCC
(148,141,204)
#A29DD2
(162,157,210)
#B0ADD8
(176,173,216)
#BEBDDE
(190,189,222)
#CCCDE4
(204,205,228)
#DADDEA
(218,221,234)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4DB4; }

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

This text font color is #5C4DB4.

Background Color

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

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

This div background color is #5C4DB4.

Border color

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

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

This div border color is #5C4DB4.

Opacity

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

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

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

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

This text has shadow with #5C4DB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4DB4.

Preview

Color preview on black background

This text has color #5C4DB4 on black background.


Color preview on white background

This text has color #5C4DB4 on white background.


Black color preview on #5C4DB4 background

This text has black color on #5C4DB4 background.


White color preview on #5C4DB4 background

This text has white color on #5C4DB4 background.


Related colors

Complementary color

Complementary color for #hex is #A3B24B.


I love getcolorcode.com

Triadic colors

1 #B45C4D and #4DB45C with #5C4DB4 are triadic colors.

2 #B44D5C and #4D5CB4 with #5C4DB4 are triadic colors.