COLOR #5C0090

HEX: #5C0090
RGB: (92,0,144)

Color info

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

RGB color model

#5C0090 color RGB value is (92,0,144).

  • red value is 92;
  • green value is 0;
  • blue value is 144.
RGB:
(92,0,144)
(36%,0%,56%)

RGB channels and saturation

R 92 of 255 = 36%
G 0 of 255 = 0%
B 144 of 255 = 56%

92
0
144

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

Portions of RGB colors in percentages

R + G + B =
92 + 0 + 144 = 236 (100%)
R 92 of 236 ~ 38.98%
G 0 of 236 ~ 0%
B 144 of 236 ~ 61.02%

%38.98
%61.02

CMYK color model

#5C0090 color CMYK value is (36,100,0,44).

  • cyan value is 36.11%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(36,100,0,44)
C36M100Y0K44 
(36%,100%,0%,44%)
(0.36/1.00/0.00/0.44)	

CMYK percentages

%36.11
%100
%0
%43.53

Codes

Color #5C0090 in popluar color models

5C0090
RGB920144
HSL278°100.00%28.24%
HSB/HSV278°100.00%56.47%
CMYK36.11%100.00%0.00%
43.53%

Color #5C0090 in popluar number systems.

HEX5C0090
Decimal920144
Binary1011100010010000
Octal1340220

Shades and tints

Shades of #5C0090

#5C0090
(92,0,144)
#540083
(84,0,131)
#4C0076
(76,0,118)
#440069
(68,0,105)
#3C005C
(60,0,92)
#34004F
(52,0,79)
#2C0042
(44,0,66)
#240035
(36,0,53)
#1C0028
(28,0,40)
#14001B
(20,0,27)
#0C000E
(12,0,14)
#000000
(0,0,0)

Tints of #5C0090

#5C0090
(92,0,144)
#6A179A
(106,23,154)
#782EA4
(120,46,164)
#8645AE
(134,69,174)
#945CB8
(148,92,184)
#A273C2
(162,115,194)
#B08ACC
(176,138,204)
#BEA1D6
(190,161,214)
#CCB8E0
(204,184,224)
#DACFEA
(218,207,234)
#E8E6F4
(232,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C0090 color. Also use rgb(92,0,144) instead hex code.

Text Font Color

.myTextColor { color: #5C0090; }

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

This text font color is #5C0090.


Background Color

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

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

This div background color is #5C0090.


Border color

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

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

This div border color is #5C0090.


Opacity

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

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

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

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

This text has shadow with #5C0090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C0090 on black background.


Color preview on white background

This text has color #5C0090 on white background.



Black color preview on #5C0090 background

This text has black color on #5C0090 background.


White color preview on #5C0090 background

This text has white color on #5C0090 background.