COLOR #5C0391

HEX: #5C0391
RGB: (92,3,145)

Color info

#5C0391 contains mainly red and blue colors. Web safe color of #5C0391 is #660099 (or #609).

RGB color model

#5C0391 color RGB value is (92,3,145).

  • red value is 92;
  • green value is 3;
  • blue value is 145.
RGB:
(92,3,145)
(36%,1%,57%)

RGB channels and saturation

R 92 of 255 = 36%
G 3 of 255 = 1%
B 145 of 255 = 57%

92
3
145

R + G + B ~ 31%. #5C0391 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 3 + 145 = 240 (100%)
R 92 of 240 ~ 38.33%
G 3 of 240 ~ 1.25%
B 145 of 240 ~ 60.42%

%38.33
%60.42

CMYK color model

#5C0391 color CMYK value is (37,98,0,43).

  • cyan value is 36.55%
  • magenta value is 97.93%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(37,98,0,43)
C37M98Y0K43 
(37%,98%,0%,43%)
(0.37/0.98/0.00/0.43)	

CMYK percentages

%36.55
%97.93
%0
%43.14

Codes

Color #5C0391 in popluar color models

5C0391
RGB923145
HSL278°95.95%29.02%
HSB/HSV278°97.93%56.86%
CMYK36.55%97.93%0.00%
43.14%

Color #5C0391 in popluar number systems.

HEX5C0391
Decimal923145
Binary10111001110010001
Octal1343221

Shades and tints

Shades of #5C0391

#5C0391
(92,3,145)
#540384
(84,3,132)
#4C0377
(76,3,119)
#44036A
(68,3,106)
#3C035D
(60,3,93)
#340350
(52,3,80)
#2C0343
(44,3,67)
#240336
(36,3,54)
#1C0329
(28,3,41)
#14031C
(20,3,28)
#0C030F
(12,3,15)
#000000
(0,0,0)

Tints of #5C0391

#5C0391
(92,3,145)
#6A199B
(106,25,155)
#782FA5
(120,47,165)
#8645AF
(134,69,175)
#945BB9
(148,91,185)
#A271C3
(162,113,195)
#B087CD
(176,135,205)
#BE9DD7
(190,157,215)
#CCB3E1
(204,179,225)
#DAC9EB
(218,201,235)
#E8DFF5
(232,223,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C0391 color. Also use rgb(92,3,145) instead hex code.

Text Font Color

.myTextColor { color: #5C0391; }

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

This text font color is #5C0391.


Background Color

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

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

This div background color is #5C0391.


Border color

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

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

This div border color is #5C0391.


Opacity

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

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

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

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

This text has shadow with #5C0391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C0391 on black background.


Color preview on white background

This text has color #5C0391 on white background.



Black color preview on #5C0391 background

This text has black color on #5C0391 background.


White color preview on #5C0391 background

This text has white color on #5C0391 background.