COLOR #5229A2

HEX: #5229A2
RGB: (82,41,162)

Color info

#5229A2 contains mainly blue color. Web safe color of #5229A2 is #663399 (or #639).

RGB color model

#5229A2 color RGB value is (82,41,162).

  • red value is 82;
  • green value is 41;
  • blue value is 162.
RGB:
(82,41,162)
(32%,16%,64%)

RGB channels and saturation

R 82 of 255 = 32%
G 41 of 255 = 16%
B 162 of 255 = 64%

82
41
162

R + G + B ~ 37%. #5229A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 41 + 162 = 285 (100%)
R 82 of 285 ~ 28.77%
G 41 of 285 ~ 14.39%
B 162 of 285 ~ 56.84%

%28.77
%14.39
%56.84

CMYK color model

#5229A2 color CMYK value is (49,75,0,36).

  • cyan value is 49.38%
  • magenta value is 74.69%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(49,75,0,36)
C49M75Y0K36 
(49%,75%,0%,36%)
(0.49/0.75/0.00/0.36)	

CMYK percentages

%49.38
%74.69
%0
%36.47

Codes

Color #5229A2 in popluar color models

5229A2
RGB8241162
HSL260°59.61%39.80%
HSB/HSV260°74.69%63.53%
CMYK49.38%74.69%0.00%
36.47%

Color #5229A2 in popluar number systems.

HEX5229A2
Decimal8241162
Binary101001010100110100010
Octal12251242

Shades and tints

Shades of #5229A2

#5229A2
(82,41,162)
#4B2694
(75,38,148)
#442386
(68,35,134)
#3D2078
(61,32,120)
#361D6A
(54,29,106)
#2F1A5C
(47,26,92)
#28174E
(40,23,78)
#211440
(33,20,64)
#1A1132
(26,17,50)
#130E24
(19,14,36)
#0C0B16
(12,11,22)
#000000
(0,0,0)

Tints of #5229A2

#5229A2
(82,41,162)
#613CAA
(97,60,170)
#704FB2
(112,79,178)
#7F62BA
(127,98,186)
#8E75C2
(142,117,194)
#9D88CA
(157,136,202)
#AC9BD2
(172,155,210)
#BBAEDA
(187,174,218)
#CAC1E2
(202,193,226)
#D9D4EA
(217,212,234)
#E8E7F2
(232,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5229A2 color. Also use rgb(82,41,162) instead hex code.

Text Font Color

.myTextColor { color: #5229A2; }

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

This text font color is #5229A2.


Background Color

.myBgColor { background-color: #5229A2; }

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

This div background color is #5229A2.


Border color

.myBorderColor { border: 1px solid #5229A2; }

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

This div border color is #5229A2.


Opacity

.myOpacity80 { color: #5229A2; opacity: 0.8; }

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

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

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

This text has shadow with #5229A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5229A2 on black background.


Color preview on white background

This text has color #5229A2 on white background.



Black color preview on #5229A2 background

This text has black color on #5229A2 background.


White color preview on #5229A2 background

This text has white color on #5229A2 background.