COLOR #521C86

HEX: #521C86
RGB: (82,28,134)

Color info

#521C86 contains mainly red and blue colors. Web safe color of #521C86 is #663399 (or #639).

RGB color model

#521C86 color RGB value is (82,28,134).

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

RGB channels and saturation

R 82 of 255 = 32%
G 28 of 255 = 11%
B 134 of 255 = 53%

82
28
134

R + G + B ~ 32%. #521C86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 28 + 134 = 244 (100%)
R 82 of 244 ~ 33.61%
G 28 of 244 ~ 11.48%
B 134 of 244 ~ 54.92%

%33.61
%11.48
%54.92

CMYK color model

#521C86 color CMYK value is (39,79,0,47).

  • cyan value is 38.81%
  • magenta value is 79.10%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(39,79,0,47)
C39M79Y0K47 
(39%,79%,0%,47%)
(0.39/0.79/0.00/0.47)	

CMYK percentages

%38.81
%79.1
%0
%47.45

Codes

Color #521C86 in popluar color models

521C86
RGB8228134
HSL271°65.43%31.76%
HSB/HSV271°79.10%52.55%
CMYK38.81%79.10%0.00%
47.45%

Color #521C86 in popluar number systems.

HEX521C86
Decimal8228134
Binary10100101110010000110
Octal12234206

Shades and tints

Shades of #521C86

#521C86
(82,28,134)
#4B1A7A
(75,26,122)
#44186E
(68,24,110)
#3D1662
(61,22,98)
#361456
(54,20,86)
#2F124A
(47,18,74)
#28103E
(40,16,62)
#210E32
(33,14,50)
#1A0C26
(26,12,38)
#130A1A
(19,10,26)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #521C86

#521C86
(82,28,134)
#613091
(97,48,145)
#70449C
(112,68,156)
#7F58A7
(127,88,167)
#8E6CB2
(142,108,178)
#9D80BD
(157,128,189)
#AC94C8
(172,148,200)
#BBA8D3
(187,168,211)
#CABCDE
(202,188,222)
#D9D0E9
(217,208,233)
#E8E4F4
(232,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521C86; }

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

This text font color is #521C86.


Background Color

.myBgColor { background-color: #521C86; }

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

This div background color is #521C86.


Border color

.myBorderColor { border: 1px solid #521C86; }

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

This div border color is #521C86.


Opacity

.myOpacity80 { color: #521C86; opacity: 0.8; }

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

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

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

This text has shadow with #521C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521C86 on black background.


Color preview on white background

This text has color #521C86 on white background.



Black color preview on #521C86 background

This text has black color on #521C86 background.


White color preview on #521C86 background

This text has white color on #521C86 background.