COLOR #5C419F

HEX: #5C419F
RGB: (92,65,159)

Color info

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

RGB color model

#5C419F color RGB value is (92,65,159).

  • red value is 92;
  • green value is 65;
  • blue value is 159.
RGB:
(92,65,159)
(36%,25%,62%)

RGB channels and saturation

R 92 of 255 = 36%
G 65 of 255 = 25%
B 159 of 255 = 62%

92
65
159

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

Portions of RGB colors in percentages

R + G + B =
92 + 65 + 159 = 316 (100%)
R 92 of 316 ~ 29.11%
G 65 of 316 ~ 20.57%
B 159 of 316 ~ 50.32%

%29.11
%20.57
%50.32

CMYK color model

#5C419F color CMYK value is (42,59,0,38).

  • cyan value is 42.14%
  • magenta value is 59.12%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(42,59,0,38)
C42M59Y0K38 
(42%,59%,0%,38%)
(0.42/0.59/0.00/0.38)	

CMYK percentages

%42.14
%59.12
%0
%37.65

Codes

Color #5C419F in popluar color models

5C419F
RGB9265159
HSL257°41.96%43.92%
HSB/HSV257°59.12%62.35%
CMYK42.14%59.12%0.00%
37.65%

Color #5C419F in popluar number systems.

HEX5C419F
Decimal9265159
Binary1011100100000110011111
Octal134101237

Shades and tints

Shades of #5C419F

#5C419F
(92,65,159)
#543C91
(84,60,145)
#4C3783
(76,55,131)
#443275
(68,50,117)
#3C2D67
(60,45,103)
#342859
(52,40,89)
#2C234B
(44,35,75)
#241E3D
(36,30,61)
#1C192F
(28,25,47)
#141421
(20,20,33)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #5C419F

#5C419F
(92,65,159)
#6A52A7
(106,82,167)
#7863AF
(120,99,175)
#8674B7
(134,116,183)
#9485BF
(148,133,191)
#A296C7
(162,150,199)
#B0A7CF
(176,167,207)
#BEB8D7
(190,184,215)
#CCC9DF
(204,201,223)
#DADAE7
(218,218,231)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C419F color. Also use rgb(92,65,159) instead hex code.

Text Font Color

.myTextColor { color: #5C419F; }

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

This text font color is #5C419F.


Background Color

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

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

This div background color is #5C419F.


Border color

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

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

This div border color is #5C419F.


Opacity

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

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

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

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

This text has shadow with #5C419F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C419F on black background.


Color preview on white background

This text has color #5C419F on white background.



Black color preview on #5C419F background

This text has black color on #5C419F background.


White color preview on #5C419F background

This text has white color on #5C419F background.