COLOR #522553

HEX: #522553
RGB: (82,37,83)

Color info

#522553 contains red, green and blue colors in about the same proportion. Web safe color of #522553 is #663366 (or #636).

RGB color model

#522553 color RGB value is (82,37,83).

  • red value is 82;
  • green value is 37;
  • blue value is 83.
RGB:
(82,37,83)
(32%,15%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 37 of 255 = 15%
B 83 of 255 = 33%

82
37
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 37 + 83 = 202 (100%)
R 82 of 202 ~ 40.59%
G 37 of 202 ~ 18.32%
B 83 of 202 ~ 41.09%

%40.59
%18.32
%41.09

CMYK color model

#522553 color CMYK value is (1,55,0,67).

  • cyan value is 1.20%
  • magenta value is 55.42%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(1,55,0,67)
C1M55Y0K67 
(1%,55%,0%,67%)
(0.01/0.55/0.00/0.67)	

CMYK percentages

%1.2
%55.42
%0
%67.45

Codes

Color #522553 in popluar color models

522553
RGB823783
HSL299°38.33%23.53%
HSB/HSV299°55.42%32.55%
CMYK1.20%55.42%0.00%
67.45%

Color #522553 in popluar number systems.

HEX522553
Decimal823783
Binary10100101001011010011
Octal12245123

Shades and tints

Shades of #522553

#522553
(82,37,83)
#4B224C
(75,34,76)
#441F45
(68,31,69)
#3D1C3E
(61,28,62)
#361937
(54,25,55)
#2F1630
(47,22,48)
#281329
(40,19,41)
#211022
(33,16,34)
#1A0D1B
(26,13,27)
#130A14
(19,10,20)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #522553

#522553
(82,37,83)
#613862
(97,56,98)
#704B71
(112,75,113)
#7F5E80
(127,94,128)
#8E718F
(142,113,143)
#9D849E
(157,132,158)
#AC97AD
(172,151,173)
#BBAABC
(187,170,188)
#CABDCB
(202,189,203)
#D9D0DA
(217,208,218)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522553 color. Also use rgb(82,37,83) instead hex code.

Text Font Color

.myTextColor { color: #522553; }

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

This text font color is #522553.


Background Color

.myBgColor { background-color: #522553; }

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

This div background color is #522553.


Border color

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

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

This div border color is #522553.


Opacity

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

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

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

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

This text has shadow with #522553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522553 on black background.


Color preview on white background

This text has color #522553 on white background.



Black color preview on #522553 background

This text has black color on #522553 background.


White color preview on #522553 background

This text has white color on #522553 background.