COLOR #5C4EB5

HEX: #5C4EB5
RGB: (92,78,181)

Color info

#5C4EB5 contains mainly blue color. Web safe color of #5C4EB5 is #6666CC (or #66C).

RGB color model

#5C4EB5 color RGB value is (92,78,181).

  • red value is 92;
  • green value is 78;
  • blue value is 181.
RGB:
(92,78,181)
(36%,31%,71%)

RGB channels and saturation

R 92 of 255 = 36%
G 78 of 255 = 31%
B 181 of 255 = 71%

92
78
181

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

Portions of RGB colors in percentages

R + G + B =
92 + 78 + 181 = 351 (100%)
R 92 of 351 ~ 26.21%
G 78 of 351 ~ 22.22%
B 181 of 351 ~ 51.57%

%26.21
%22.22
%51.57

CMYK color model

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

  • cyan value is 49.17%
  • magenta value is 56.91%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(49,57,0,29)
C49M57Y0K29 
(49%,57%,0%,29%)
(0.49/0.57/0.00/0.29)	

CMYK percentages

%49.17
%56.91
%0
%29.02

Codes

Color #5C4EB5 in popluar color models

5C4EB5
RGB9278181
HSL248°41.04%50.78%
HSB/HSV248°56.91%70.98%
CMYK49.17%56.91%0.00%
29.02%

Color #5C4EB5 in popluar number systems.

HEX5C4EB5
Decimal9278181
Binary1011100100111010110101
Octal134116265

Shades and tints

Shades of #5C4EB5

#5C4EB5
(92,78,181)
#5447A5
(84,71,165)
#4C4095
(76,64,149)
#443985
(68,57,133)
#3C3275
(60,50,117)
#342B65
(52,43,101)
#2C2455
(44,36,85)
#241D45
(36,29,69)
#1C1635
(28,22,53)
#140F25
(20,15,37)
#0C0815
(12,8,21)
#000000
(0,0,0)

Tints of #5C4EB5

#5C4EB5
(92,78,181)
#6A5EBB
(106,94,187)
#786EC1
(120,110,193)
#867EC7
(134,126,199)
#948ECD
(148,142,205)
#A29ED3
(162,158,211)
#B0AED9
(176,174,217)
#BEBEDF
(190,190,223)
#CCCEE5
(204,206,229)
#DADEEB
(218,222,235)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4EB5 color. Also use rgb(92,78,181) instead hex code.

Text Font Color

.myTextColor { color: #5C4EB5; }

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

This text font color is #5C4EB5.


Background Color

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

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

This div background color is #5C4EB5.


Border color

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

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

This div border color is #5C4EB5.


Opacity

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

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

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

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

This text has shadow with #5C4EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4EB5 on black background.


Color preview on white background

This text has color #5C4EB5 on white background.



Black color preview on #5C4EB5 background

This text has black color on #5C4EB5 background.


White color preview on #5C4EB5 background

This text has white color on #5C4EB5 background.