COLOR #5C0492

HEX: #5C0492
RGB: (92,4,146)

Color info

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

RGB color model

#5C0492 color RGB value is (92,4,146).

  • red value is 92;
  • green value is 4;
  • blue value is 146.
RGB:
(92,4,146)
(36%,2%,57%)

RGB channels and saturation

R 92 of 255 = 36%
G 4 of 255 = 2%
B 146 of 255 = 57%

92
4
146

R + G + B ~ 32%. #5C0492 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 4 + 146 = 242 (100%)
R 92 of 242 ~ 38.02%
G 4 of 242 ~ 1.65%
B 146 of 242 ~ 60.33%

%38.02
%60.33

CMYK color model

#5C0492 color CMYK value is (37,97,0,43).

  • cyan value is 36.99%
  • magenta value is 97.26%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(37,97,0,43)
C37M97Y0K43 
(37%,97%,0%,43%)
(0.37/0.97/0.00/0.43)	

CMYK percentages

%36.99
%97.26
%0
%42.75

Codes

Color #5C0492 in popluar color models

5C0492
RGB924146
HSL277°94.67%29.41%
HSB/HSV277°97.26%57.25%
CMYK36.99%97.26%0.00%
42.75%

Color #5C0492 in popluar number systems.

HEX5C0492
Decimal924146
Binary101110010010010010
Octal1344222

Shades and tints

Shades of #5C0492

#5C0492
(92,4,146)
#540485
(84,4,133)
#4C0478
(76,4,120)
#44046B
(68,4,107)
#3C045E
(60,4,94)
#340451
(52,4,81)
#2C0444
(44,4,68)
#240437
(36,4,55)
#1C042A
(28,4,42)
#14041D
(20,4,29)
#0C0410
(12,4,16)
#000000
(0,0,0)

Tints of #5C0492

#5C0492
(92,4,146)
#6A1A9B
(106,26,155)
#7830A4
(120,48,164)
#8646AD
(134,70,173)
#945CB6
(148,92,182)
#A272BF
(162,114,191)
#B088C8
(176,136,200)
#BE9ED1
(190,158,209)
#CCB4DA
(204,180,218)
#DACAE3
(218,202,227)
#E8E0EC
(232,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C0492 color. Also use rgb(92,4,146) instead hex code.

Text Font Color

.myTextColor { color: #5C0492; }

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

This text font color is #5C0492.


Background Color

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

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

This div background color is #5C0492.


Border color

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

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

This div border color is #5C0492.


Opacity

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

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

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

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

This text has shadow with #5C0492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C0492 on black background.


Color preview on white background

This text has color #5C0492 on white background.



Black color preview on #5C0492 background

This text has black color on #5C0492 background.


White color preview on #5C0492 background

This text has white color on #5C0492 background.