COLOR #522DA0

HEX: #522DA0
RGB: (82,45,160)

Color info

#522DA0 contains mainly blue color. Web safe color of #522DA0 is #663399 (or #639).

RGB color model

#522DA0 color RGB value is (82,45,160).

  • red value is 82;
  • green value is 45;
  • blue value is 160.
RGB:
(82,45,160)
(32%,18%,63%)

RGB channels and saturation

R 82 of 255 = 32%
G 45 of 255 = 18%
B 160 of 255 = 63%

82
45
160

R + G + B ~ 38%. #522DA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 45 + 160 = 287 (100%)
R 82 of 287 ~ 28.57%
G 45 of 287 ~ 15.68%
B 160 of 287 ~ 55.75%

%28.57
%15.68
%55.75

CMYK color model

#522DA0 color CMYK value is (49,72,0,37).

  • cyan value is 48.75%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(49,72,0,37)
C49M72Y0K37 
(49%,72%,0%,37%)
(0.49/0.72/0.00/0.37)	

CMYK percentages

%48.75
%71.88
%0
%37.25

Codes

Color #522DA0 in popluar color models

522DA0
RGB8245160
HSL259°56.10%40.20%
HSB/HSV259°71.88%62.75%
CMYK48.75%71.88%0.00%
37.25%

Color #522DA0 in popluar number systems.

HEX522DA0
Decimal8245160
Binary101001010110110100000
Octal12255240

Shades and tints

Shades of #522DA0

#522DA0
(82,45,160)
#4B2992
(75,41,146)
#442584
(68,37,132)
#3D2176
(61,33,118)
#361D68
(54,29,104)
#2F195A
(47,25,90)
#28154C
(40,21,76)
#21113E
(33,17,62)
#1A0D30
(26,13,48)
#130922
(19,9,34)
#0C0514
(12,5,20)
#000000
(0,0,0)

Tints of #522DA0

#522DA0
(82,45,160)
#6140A8
(97,64,168)
#7053B0
(112,83,176)
#7F66B8
(127,102,184)
#8E79C0
(142,121,192)
#9D8CC8
(157,140,200)
#AC9FD0
(172,159,208)
#BBB2D8
(187,178,216)
#CAC5E0
(202,197,224)
#D9D8E8
(217,216,232)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522DA0 color. Also use rgb(82,45,160) instead hex code.

Text Font Color

.myTextColor { color: #522DA0; }

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

This text font color is #522DA0.


Background Color

.myBgColor { background-color: #522DA0; }

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

This div background color is #522DA0.


Border color

.myBorderColor { border: 1px solid #522DA0; }

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

This div border color is #522DA0.


Opacity

.myOpacity80 { color: #522DA0; opacity: 0.8; }

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

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

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

This text has shadow with #522DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522DA0 on black background.


Color preview on white background

This text has color #522DA0 on white background.



Black color preview on #522DA0 background

This text has black color on #522DA0 background.


White color preview on #522DA0 background

This text has white color on #522DA0 background.