COLOR #522477

HEX: #522477
RGB: (82,36,119)

Color info

#522477 contains mainly red and blue colors. Web safe color of #522477 is #663366 (or #636).

RGB color model

#522477 color RGB value is (82,36,119).

  • red value is 82;
  • green value is 36;
  • blue value is 119.
RGB:
(82,36,119)
(32%,14%,47%)

RGB channels and saturation

R 82 of 255 = 32%
G 36 of 255 = 14%
B 119 of 255 = 47%

82
36
119

R + G + B ~ 31%. #522477 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 36 + 119 = 237 (100%)
R 82 of 237 ~ 34.6%
G 36 of 237 ~ 15.19%
B 119 of 237 ~ 50.21%

%34.6
%15.19
%50.21

CMYK color model

#522477 color CMYK value is (31,70,0,53).

  • cyan value is 31.09%
  • magenta value is 69.75%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(31,70,0,53)
C31M70Y0K53 
(31%,70%,0%,53%)
(0.31/0.70/0.00/0.53)	

CMYK percentages

%31.09
%69.75
%0
%53.33

Codes

Color #522477 in popluar color models

522477
RGB8236119
HSL273°53.55%30.39%
HSB/HSV273°69.75%46.67%
CMYK31.09%69.75%0.00%
53.33%

Color #522477 in popluar number systems.

HEX522477
Decimal8236119
Binary10100101001001110111
Octal12244167

Shades and tints

Shades of #522477

#522477
(82,36,119)
#4B216D
(75,33,109)
#441E63
(68,30,99)
#3D1B59
(61,27,89)
#36184F
(54,24,79)
#2F1545
(47,21,69)
#28123B
(40,18,59)
#210F31
(33,15,49)
#1A0C27
(26,12,39)
#13091D
(19,9,29)
#0C0613
(12,6,19)
#000000
(0,0,0)

Tints of #522477

#522477
(82,36,119)
#613783
(97,55,131)
#704A8F
(112,74,143)
#7F5D9B
(127,93,155)
#8E70A7
(142,112,167)
#9D83B3
(157,131,179)
#AC96BF
(172,150,191)
#BBA9CB
(187,169,203)
#CABCD7
(202,188,215)
#D9CFE3
(217,207,227)
#E8E2EF
(232,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522477 color. Also use rgb(82,36,119) instead hex code.

Text Font Color

.myTextColor { color: #522477; }

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

This text font color is #522477.


Background Color

.myBgColor { background-color: #522477; }

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

This div background color is #522477.


Border color

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

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

This div border color is #522477.


Opacity

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

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

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

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

This text has shadow with #522477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522477 on black background.


Color preview on white background

This text has color #522477 on white background.



Black color preview on #522477 background

This text has black color on #522477 background.


White color preview on #522477 background

This text has white color on #522477 background.