COLOR #5C4C98

HEX: #5C4C98
RGB: (92,76,152)

Color info

#5C4C98 contains mainly blue color. Web safe color of #5C4C98 is #663399 (or #639).

RGB color model

#5C4C98 color RGB value is (92,76,152).

  • red value is 92;
  • green value is 76;
  • blue value is 152.
RGB:
(92,76,152)
(36%,30%,60%)

RGB channels and saturation

R 92 of 255 = 36%
G 76 of 255 = 30%
B 152 of 255 = 60%

92
76
152

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

Portions of RGB colors in percentages

R + G + B =
92 + 76 + 152 = 320 (100%)
R 92 of 320 ~ 28.75%
G 76 of 320 ~ 23.75%
B 152 of 320 ~ 47.5%

%28.75
%23.75
%47.5

CMYK color model

#5C4C98 color CMYK value is (39,50,0,40).

  • cyan value is 39.47%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(39,50,0,40)
C39M50Y0K40 
(39%,50%,0%,40%)
(0.39/0.50/0.00/0.40)	

CMYK percentages

%39.47
%50
%0
%40.39

Codes

Color #5C4C98 in popluar color models

5C4C98
RGB9276152
HSL253°33.33%44.71%
HSB/HSV253°50.00%59.61%
CMYK39.47%50.00%0.00%
40.39%

Color #5C4C98 in popluar number systems.

HEX5C4C98
Decimal9276152
Binary1011100100110010011000
Octal134114230

Shades and tints

Shades of #5C4C98

#5C4C98
(92,76,152)
#54468B
(84,70,139)
#4C407E
(76,64,126)
#443A71
(68,58,113)
#3C3464
(60,52,100)
#342E57
(52,46,87)
#2C284A
(44,40,74)
#24223D
(36,34,61)
#1C1C30
(28,28,48)
#141623
(20,22,35)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #5C4C98

#5C4C98
(92,76,152)
#6A5CA1
(106,92,161)
#786CAA
(120,108,170)
#867CB3
(134,124,179)
#948CBC
(148,140,188)
#A29CC5
(162,156,197)
#B0ACCE
(176,172,206)
#BEBCD7
(190,188,215)
#CCCCE0
(204,204,224)
#DADCE9
(218,220,233)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4C98 color. Also use rgb(92,76,152) instead hex code.

Text Font Color

.myTextColor { color: #5C4C98; }

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

This text font color is #5C4C98.


Background Color

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

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

This div background color is #5C4C98.


Border color

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

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

This div border color is #5C4C98.


Opacity

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

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

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

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

This text has shadow with #5C4C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4C98 on black background.


Color preview on white background

This text has color #5C4C98 on white background.



Black color preview on #5C4C98 background

This text has black color on #5C4C98 background.


White color preview on #5C4C98 background

This text has white color on #5C4C98 background.