COLOR #511D66

HEX: #511D66
RGB: (81,29,102)

Color info

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

RGB color model

#511D66 color RGB value is (81,29,102).

  • red value is 81;
  • green value is 29;
  • blue value is 102.
RGB:
(81,29,102)
(32%,11%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 29 of 255 = 11%
B 102 of 255 = 40%

81
29
102

R + G + B ~ 28%. #511D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 29 + 102 = 212 (100%)
R 81 of 212 ~ 38.21%
G 29 of 212 ~ 13.68%
B 102 of 212 ~ 48.11%

%38.21
%13.68
%48.11

CMYK color model

#511D66 color CMYK value is (21,72,0,60).

  • cyan value is 20.59%
  • magenta value is 71.57%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(21,72,0,60)
C21M72Y0K60 
(21%,72%,0%,60%)
(0.21/0.72/0.00/0.60)	

CMYK percentages

%20.59
%71.57
%0
%60

Codes

Color #511D66 in popluar color models

511D66
RGB8129102
HSL283°55.73%25.69%
HSB/HSV283°71.57%40.00%
CMYK20.59%71.57%0.00%
60.00%

Color #511D66 in popluar number systems.

HEX511D66
Decimal8129102
Binary1010001111011100110
Octal12135146

Shades and tints

Shades of #511D66

#511D66
(81,29,102)
#4A1B5D
(74,27,93)
#431954
(67,25,84)
#3C174B
(60,23,75)
#351542
(53,21,66)
#2E1339
(46,19,57)
#271130
(39,17,48)
#200F27
(32,15,39)
#190D1E
(25,13,30)
#120B15
(18,11,21)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #511D66

#511D66
(81,29,102)
#603173
(96,49,115)
#6F4580
(111,69,128)
#7E598D
(126,89,141)
#8D6D9A
(141,109,154)
#9C81A7
(156,129,167)
#AB95B4
(171,149,180)
#BAA9C1
(186,169,193)
#C9BDCE
(201,189,206)
#D8D1DB
(216,209,219)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511D66 color. Also use rgb(81,29,102) instead hex code.

Text Font Color

.myTextColor { color: #511D66; }

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

This text font color is #511D66.


Background Color

.myBgColor { background-color: #511D66; }

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

This div background color is #511D66.


Border color

.myBorderColor { border: 1px solid #511D66; }

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

This div border color is #511D66.


Opacity

.myOpacity80 { color: #511D66; opacity: 0.8; }

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

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

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

This text has shadow with #511D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511D66 on black background.


Color preview on white background

This text has color #511D66 on white background.



Black color preview on #511D66 background

This text has black color on #511D66 background.


White color preview on #511D66 background

This text has white color on #511D66 background.