COLOR #5222AD

HEX: #5222AD
RGB: (82,34,173)

Color info

#5222AD contains mainly blue color. Web safe color of #5222AD is #663399 (or #639).

RGB color model

#5222AD color RGB value is (82,34,173).

  • red value is 82;
  • green value is 34;
  • blue value is 173.
RGB:
(82,34,173)
(32%,13%,68%)

RGB channels and saturation

R 82 of 255 = 32%
G 34 of 255 = 13%
B 173 of 255 = 68%

82
34
173

R + G + B ~ 38%. #5222AD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 34 + 173 = 289 (100%)
R 82 of 289 ~ 28.37%
G 34 of 289 ~ 11.76%
B 173 of 289 ~ 59.86%

%28.37
%11.76
%59.86

CMYK color model

#5222AD color CMYK value is (53,80,0,32).

  • cyan value is 52.60%
  • magenta value is 80.35%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(53,80,0,32)
C53M80Y0K32 
(53%,80%,0%,32%)
(0.53/0.80/0.00/0.32)	

CMYK percentages

%52.6
%80.35
%0
%32.16

Codes

Color #5222AD in popluar color models

5222AD
RGB8234173
HSL261°67.15%40.59%
HSB/HSV261°80.35%67.84%
CMYK52.60%80.35%0.00%
32.16%

Color #5222AD in popluar number systems.

HEX5222AD
Decimal8234173
Binary101001010001010101101
Octal12242255

Shades and tints

Shades of #5222AD

#5222AD
(82,34,173)
#4B1F9E
(75,31,158)
#441C8F
(68,28,143)
#3D1980
(61,25,128)
#361671
(54,22,113)
#2F1362
(47,19,98)
#281053
(40,16,83)
#210D44
(33,13,68)
#1A0A35
(26,10,53)
#130726
(19,7,38)
#0C0417
(12,4,23)
#000000
(0,0,0)

Tints of #5222AD

#5222AD
(82,34,173)
#6136B4
(97,54,180)
#704ABB
(112,74,187)
#7F5EC2
(127,94,194)
#8E72C9
(142,114,201)
#9D86D0
(157,134,208)
#AC9AD7
(172,154,215)
#BBAEDE
(187,174,222)
#CAC2E5
(202,194,229)
#D9D6EC
(217,214,236)
#E8EAF3
(232,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5222AD color. Also use rgb(82,34,173) instead hex code.

Text Font Color

.myTextColor { color: #5222AD; }

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

This text font color is #5222AD.


Background Color

.myBgColor { background-color: #5222AD; }

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

This div background color is #5222AD.


Border color

.myBorderColor { border: 1px solid #5222AD; }

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

This div border color is #5222AD.


Opacity

.myOpacity80 { color: #5222AD; opacity: 0.8; }

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

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

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

This text has shadow with #5222AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5222AD on black background.


Color preview on white background

This text has color #5222AD on white background.



Black color preview on #5222AD background

This text has black color on #5222AD background.


White color preview on #5222AD background

This text has white color on #5222AD background.