COLOR #520086

HEX: #520086
RGB: (82,0,134)

Color info

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

RGB color model

#520086 color RGB value is (82,0,134).

  • red value is 82;
  • green value is 0;
  • blue value is 134.
RGB:
(82,0,134)
(32%,0%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 0 of 255 = 0%
B 134 of 255 = 53%

82
0
134

R + G + B ~ 28%. #520086 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 0 + 134 = 216 (100%)
R 82 of 216 ~ 37.96%
G 0 of 216 ~ 0%
B 134 of 216 ~ 62.04%

%37.96
%62.04

CMYK color model

#520086 color CMYK value is (39,100,0,47).

  • cyan value is 38.81%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(39,100,0,47)
C39M100Y0K47 
(39%,100%,0%,47%)
(0.39/1.00/0.00/0.47)	

CMYK percentages

%38.81
%100
%0
%47.45

Codes

Color #520086 in popluar color models

520086
RGB820134
HSL277°100.00%26.27%
HSB/HSV277°100.00%52.55%
CMYK38.81%100.00%0.00%
47.45%

Color #520086 in popluar number systems.

HEX520086
Decimal820134
Binary1010010010000110
Octal1220206

Shades and tints

Shades of #520086

#520086
(82,0,134)
#4B007A
(75,0,122)
#44006E
(68,0,110)
#3D0062
(61,0,98)
#360056
(54,0,86)
#2F004A
(47,0,74)
#28003E
(40,0,62)
#210032
(33,0,50)
#1A0026
(26,0,38)
#13001A
(19,0,26)
#0C000E
(12,0,14)
#000000
(0,0,0)

Tints of #520086

#520086
(82,0,134)
#611791
(97,23,145)
#702E9C
(112,46,156)
#7F45A7
(127,69,167)
#8E5CB2
(142,92,178)
#9D73BD
(157,115,189)
#AC8AC8
(172,138,200)
#BBA1D3
(187,161,211)
#CAB8DE
(202,184,222)
#D9CFE9
(217,207,233)
#E8E6F4
(232,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520086 color. Also use rgb(82,0,134) instead hex code.

Text Font Color

.myTextColor { color: #520086; }

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

This text font color is #520086.


Background Color

.myBgColor { background-color: #520086; }

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

This div background color is #520086.


Border color

.myBorderColor { border: 1px solid #520086; }

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

This div border color is #520086.


Opacity

.myOpacity80 { color: #520086; opacity: 0.8; }

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

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

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

This text has shadow with #520086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520086 on black background.


Color preview on white background

This text has color #520086 on white background.



Black color preview on #520086 background

This text has black color on #520086 background.


White color preview on #520086 background

This text has white color on #520086 background.