COLOR #521566

HEX: #521566
RGB: (82,21,102)

Color info

#521566 contains mainly red and blue colors. Web safe color of #521566 is #660066 (or #606).

RGB color model

#521566 color RGB value is (82,21,102).

  • red value is 82;
  • green value is 21;
  • blue value is 102.
RGB:
(82,21,102)
(32%,8%,40%)

RGB channels and saturation

R 82 of 255 = 32%
G 21 of 255 = 8%
B 102 of 255 = 40%

82
21
102

R + G + B ~ 27%. #521566 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 21 + 102 = 205 (100%)
R 82 of 205 ~ 40%
G 21 of 205 ~ 10.24%
B 102 of 205 ~ 49.76%

%40
%10.24
%49.76

CMYK color model

#521566 color CMYK value is (20,79,0,60).

  • cyan value is 19.61%
  • magenta value is 79.41%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(20,79,0,60)
C20M79Y0K60 
(20%,79%,0%,60%)
(0.20/0.79/0.00/0.60)	

CMYK percentages

%19.61
%79.41
%0
%60

Codes

Color #521566 in popluar color models

521566
RGB8221102
HSL285°65.85%24.12%
HSB/HSV285°79.41%40.00%
CMYK19.61%79.41%0.00%
60.00%

Color #521566 in popluar number systems.

HEX521566
Decimal8221102
Binary1010010101011100110
Octal12225146

Shades and tints

Shades of #521566

#521566
(82,21,102)
#4B145D
(75,20,93)
#441354
(68,19,84)
#3D124B
(61,18,75)
#361142
(54,17,66)
#2F1039
(47,16,57)
#280F30
(40,15,48)
#210E27
(33,14,39)
#1A0D1E
(26,13,30)
#130C15
(19,12,21)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #521566

#521566
(82,21,102)
#612A73
(97,42,115)
#703F80
(112,63,128)
#7F548D
(127,84,141)
#8E699A
(142,105,154)
#9D7EA7
(157,126,167)
#AC93B4
(172,147,180)
#BBA8C1
(187,168,193)
#CABDCE
(202,189,206)
#D9D2DB
(217,210,219)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521566 color. Also use rgb(82,21,102) instead hex code.

Text Font Color

.myTextColor { color: #521566; }

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

This text font color is #521566.


Background Color

.myBgColor { background-color: #521566; }

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

This div background color is #521566.


Border color

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

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

This div border color is #521566.


Opacity

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

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

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

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

This text has shadow with #521566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521566 on black background.


Color preview on white background

This text has color #521566 on white background.



Black color preview on #521566 background

This text has black color on #521566 background.


White color preview on #521566 background

This text has white color on #521566 background.