COLOR #5020C5

HEX: #5020C5
RGB: (80,32,197)

Color info

#5020C5 contains mainly blue color. Web safe color of #5020C5 is #6633CC (or #63C).

RGB color model

#5020C5 color RGB value is (80,32,197).

  • red value is 80;
  • green value is 32;
  • blue value is 197.
RGB:
(80,32,197)
(31%,13%,77%)

RGB channels and saturation

R 80 of 255 = 31%
G 32 of 255 = 13%
B 197 of 255 = 77%

80
32
197

R + G + B ~ 40%. #5020C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 32 + 197 = 309 (100%)
R 80 of 309 ~ 25.89%
G 32 of 309 ~ 10.36%
B 197 of 309 ~ 63.75%

%25.89
%10.36
%63.75

CMYK color model

#5020C5 color CMYK value is (59,84,0,23).

  • cyan value is 59.39%
  • magenta value is 83.76%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(59,84,0,23)
C59M84Y0K23 
(59%,84%,0%,23%)
(0.59/0.84/0.00/0.23)	

CMYK percentages

%59.39
%83.76
%0
%22.75

Codes

Color #5020C5 in popluar color models

5020C5
RGB8032197
HSL257°72.05%44.90%
HSB/HSV257°83.76%77.25%
CMYK59.39%83.76%0.00%
22.75%

Color #5020C5 in popluar number systems.

HEX5020C5
Decimal8032197
Binary101000010000011000101
Octal12040305

Shades and tints

Shades of #5020C5

#5020C5
(80,32,197)
#491EB4
(73,30,180)
#421CA3
(66,28,163)
#3B1A92
(59,26,146)
#341881
(52,24,129)
#2D1670
(45,22,112)
#26145F
(38,20,95)
#1F124E
(31,18,78)
#18103D
(24,16,61)
#110E2C
(17,14,44)
#0A0C1B
(10,12,27)
#000000
(0,0,0)

Tints of #5020C5

#5020C5
(80,32,197)
#5F34CA
(95,52,202)
#6E48CF
(110,72,207)
#7D5CD4
(125,92,212)
#8C70D9
(140,112,217)
#9B84DE
(155,132,222)
#AA98E3
(170,152,227)
#B9ACE8
(185,172,232)
#C8C0ED
(200,192,237)
#D7D4F2
(215,212,242)
#E6E8F7
(230,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5020C5 color. Also use rgb(80,32,197) instead hex code.

Text Font Color

.myTextColor { color: #5020C5; }

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

This text font color is #5020C5.


Background Color

.myBgColor { background-color: #5020C5; }

<div style="background-color:#5020C5">Inner text</div>

This div background color is #5020C5.


Border color

.myBorderColor { border: 1px solid #5020C5; }

<div style="border:3px solid #5020C5">Div</div>

This div border color is #5020C5.


Opacity

.myOpacity80 { color: #5020C5; opacity: 0.8; }

<p style="color:#5020C5;opacity:0.8;">80%</p>

Text with #5020C5 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 #5020C5;}

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

This text has shadow with #5020C5 color.

.textShadow {text-shadow: 3px 3px 1px #5020C5, 3px 3px 1px red;}

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

This text has shadow with #5020C5 primary color and red secondary color.


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

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

This text has shadow with #5020C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5020C5 on black background.


Color preview on white background

This text has color #5020C5 on white background.



Black color preview on #5020C5 background

This text has black color on #5020C5 background.


White color preview on #5020C5 background

This text has white color on #5020C5 background.