COLOR #511552

HEX: #511552
RGB: (81,21,82)

Color info

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

RGB color model

#511552 color RGB value is (81,21,82).

  • red value is 81;
  • green value is 21;
  • blue value is 82.
RGB:
(81,21,82)
(32%,8%,32%)

RGB channels and saturation

R 81 of 255 = 32%
G 21 of 255 = 8%
B 82 of 255 = 32%

81
21
82

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

Portions of RGB colors in percentages

R + G + B =
81 + 21 + 82 = 184 (100%)
R 81 of 184 ~ 44.02%
G 21 of 184 ~ 11.41%
B 82 of 184 ~ 44.57%

%44.02
%11.41
%44.57

CMYK color model

#511552 color CMYK value is (1,74,0,68).

  • cyan value is 1.22%
  • magenta value is 74.39%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(1,74,0,68)
C1M74Y0K68 
(1%,74%,0%,68%)
(0.01/0.74/0.00/0.68)	

CMYK percentages

%1.22
%74.39
%0
%67.84

Codes

Color #511552 in popluar color models

511552
RGB812182
HSL299°59.22%20.20%
HSB/HSV299°74.39%32.16%
CMYK1.22%74.39%0.00%
67.84%

Color #511552 in popluar number systems.

HEX511552
Decimal812182
Binary1010001101011010010
Octal12125122

Shades and tints

Shades of #511552

#511552
(81,21,82)
#4A144B
(74,20,75)
#431344
(67,19,68)
#3C123D
(60,18,61)
#351136
(53,17,54)
#2E102F
(46,16,47)
#270F28
(39,15,40)
#200E21
(32,14,33)
#190D1A
(25,13,26)
#120C13
(18,12,19)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #511552

#511552
(81,21,82)
#602A61
(96,42,97)
#6F3F70
(111,63,112)
#7E547F
(126,84,127)
#8D698E
(141,105,142)
#9C7E9D
(156,126,157)
#AB93AC
(171,147,172)
#BAA8BB
(186,168,187)
#C9BDCA
(201,189,202)
#D8D2D9
(216,210,217)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511552; }

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

This text font color is #511552.


Background Color

.myBgColor { background-color: #511552; }

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

This div background color is #511552.


Border color

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

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

This div border color is #511552.


Opacity

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

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

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

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

This text has shadow with #511552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511552 on black background.


Color preview on white background

This text has color #511552 on white background.



Black color preview on #511552 background

This text has black color on #511552 background.


White color preview on #511552 background

This text has white color on #511552 background.