COLOR #521555

HEX: #521555 RGB: (82,21,85)

Color info

#521555 contains mainly red and blue colors. Web safe color of #521555 is #660066 (or #606).

RGB color model

#521555 color RGB value is (82,21,85).

RGB: (82,21,85) (32%, 8%, 33%)

RGB channels and saturation

R 82 of 255 = 32%
G 21 of 255 = 8%
B 85 of 255 = 33%

82
21
85

R + G + B ~ 24%. #521555 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 21 + 85 = 188 (100%)
R 82 of 188 ~ 43.62%
G 21 of 188 ~ 11.17%
B 85 of 188 ~ 45.21'%

%43.62
%11.17
%45.21

CMYK color model

#521555 color CMYK value is (4,75,0,67).

  • cyan value is 3.53%
  • magenta value is 75.29%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (4,75,0,67)
C4M75Y0K67 (4%, 75%, 0%, 67%)
(0.04 / 0.75 / 0.00 / 0.67)

CMYK percentages

%3.53
%75.29
%0
%66.67

Codes

Color #521555 in popluar color models

52 15 55
RGB 82 21 85
HSL 297° 60.38% 20.78%
HSB/HSV 297° 75.29% 33.33%
CMYK 3.53% 75.29% 0.00%
66.67%

Color #521555 in popluar number systems.

HEX 52 15 55
Decimal 82 21 85
Binary 1010010 10101 1010101
Octal 122 25 125

Shades and tints

Shades of #521555

#521555
(82,21,85)
#4B144E
(75,20,78)
#441347
(68,19,71)
#3D1240
(61,18,64)
#361139
(54,17,57)
#2F1032
(47,16,50)
#280F2B
(40,15,43)
#210E24
(33,14,36)
#1A0D1D
(26,13,29)
#130C16
(19,12,22)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #521555

#521555
(82,21,85)
#612A64
(97,42,100)
#703F73
(112,63,115)
#7F5482
(127,84,130)
#8E6991
(142,105,145)
#9D7EA0
(157,126,160)
#AC93AF
(172,147,175)
#BBA8BE
(187,168,190)
#CABDCD
(202,189,205)
#D9D2DC
(217,210,220)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521555 color. Also use rgb(82,21,85) instead hex code.

Text Font Color

.myTextColor { color: #521555; }

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

This text font color is #521555.

Background Color

.myBgColor { background-color: #521555; }

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

This div background color is #521555.

Border color

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

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

This div border color is #521555.

Opacity

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

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

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

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

This text has shadow with #521555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #521555.

Preview

Color preview on black background

This text has color #521555 on black background.


Color preview on white background

This text has color #521555 on white background.


Black color preview on #521555 background

This text has black color on #521555 background.


White color preview on #521555 background

This text has white color on #521555 background.


Related colors

Complementary color

Complementary color for #hex is #ADEAAA.


I love getcolorcode.com

Triadic colors

1 #555215 and #155552 with #521555 are triadic colors.

2 #551552 and #155255 with #521555 are triadic colors.