COLOR #523571

HEX: #523571
RGB: (82,53,113)

Color info

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

RGB color model

#523571 color RGB value is (82,53,113).

  • red value is 82;
  • green value is 53;
  • blue value is 113.
RGB:
(82,53,113)
(32%,21%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 53 of 255 = 21%
B 113 of 255 = 44%

82
53
113

R + G + B ~ 32%. #523571 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 53 + 113 = 248 (100%)
R 82 of 248 ~ 33.06%
G 53 of 248 ~ 21.37%
B 113 of 248 ~ 45.56%

%33.06
%21.37
%45.56

CMYK color model

#523571 color CMYK value is (27,53,0,56).

  • cyan value is 27.43%
  • magenta value is 53.10%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(27,53,0,56)
C27M53Y0K56 
(27%,53%,0%,56%)
(0.27/0.53/0.00/0.56)	

CMYK percentages

%27.43
%53.1
%0
%55.69

Codes

Color #523571 in popluar color models

523571
RGB8253113
HSL269°36.14%32.55%
HSB/HSV269°53.10%44.31%
CMYK27.43%53.10%0.00%
55.69%

Color #523571 in popluar number systems.

HEX523571
Decimal8253113
Binary10100101101011110001
Octal12265161

Shades and tints

Shades of #523571

#523571
(82,53,113)
#4B3167
(75,49,103)
#442D5D
(68,45,93)
#3D2953
(61,41,83)
#362549
(54,37,73)
#2F213F
(47,33,63)
#281D35
(40,29,53)
#21192B
(33,25,43)
#1A1521
(26,21,33)
#131117
(19,17,23)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #523571

#523571
(82,53,113)
#61477D
(97,71,125)
#705989
(112,89,137)
#7F6B95
(127,107,149)
#8E7DA1
(142,125,161)
#9D8FAD
(157,143,173)
#ACA1B9
(172,161,185)
#BBB3C5
(187,179,197)
#CAC5D1
(202,197,209)
#D9D7DD
(217,215,221)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #523571 color. Also use rgb(82,53,113) instead hex code.

Text Font Color

.myTextColor { color: #523571; }

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

This text font color is #523571.


Background Color

.myBgColor { background-color: #523571; }

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

This div background color is #523571.


Border color

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

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

This div border color is #523571.


Opacity

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

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

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

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

This text has shadow with #523571 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #523571 on black background.


Color preview on white background

This text has color #523571 on white background.



Black color preview on #523571 background

This text has black color on #523571 background.


White color preview on #523571 background

This text has white color on #523571 background.