COLOR #511E59

HEX: #511E59 RGB: (81,30,89)

Color info

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

RGB color model

#511E59 color RGB value is (81,30,89).

RGB: (81,30,89) (32%, 12%, 35%)

RGB channels and saturation

R 81 of 255 = 32%
G 30 of 255 = 12%
B 89 of 255 = 35%

81
30
89

R + G + B ~ 26%. #511E59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 30 + 89 = 200 (100%)
R 81 of 200 ~ 40.5%
G 30 of 200 ~ 15%
B 89 of 200 ~ 44.5'%

%40.5
%15
%44.5

CMYK color model

#511E59 color CMYK value is (9,66,0,65).

  • cyan value is 8.99%
  • magenta value is 66.29%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (9,66,0,65)
C9M66Y0K65 (9%, 66%, 0%, 65%)
(0.09 / 0.66 / 0.00 / 0.65)

CMYK percentages

%8.99
%66.29
%0
%65.1

Codes

Color #511E59 in popluar color models

51 1E 59
RGB 81 30 89
HSL 292° 49.58% 23.33%
HSB/HSV 292° 66.29% 34.90%
CMYK 8.99% 66.29% 0.00%
65.10%

Color #511E59 in popluar number systems.

HEX 51 1E 59
Decimal 81 30 89
Binary 1010001 11110 1011001
Octal 121 36 131

Shades and tints

Shades of #511E59

#511E59
(81,30,89)
#4A1C51
(74,28,81)
#431A49
(67,26,73)
#3C1841
(60,24,65)
#351639
(53,22,57)
#2E1431
(46,20,49)
#271229
(39,18,41)
#201021
(32,16,33)
#190E19
(25,14,25)
#120C11
(18,12,17)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #511E59

#511E59
(81,30,89)
#603268
(96,50,104)
#6F4677
(111,70,119)
#7E5A86
(126,90,134)
#8D6E95
(141,110,149)
#9C82A4
(156,130,164)
#AB96B3
(171,150,179)
#BAAAC2
(186,170,194)
#C9BED1
(201,190,209)
#D8D2E0
(216,210,224)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511E59 color. Also use rgb(81,30,89) instead hex code.

Text Font Color

.myTextColor { color: #511E59; }

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

This text font color is #511E59.

Background Color

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

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

This div background color is #511E59.

Border color

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

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

This div border color is #511E59.

Opacity

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

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

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

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

This text has shadow with #511E59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511E59.

Preview

Color preview on black background

This text has color #511E59 on black background.


Color preview on white background

This text has color #511E59 on white background.


Black color preview on #511E59 background

This text has black color on #511E59 background.


White color preview on #511E59 background

This text has white color on #511E59 background.


Related colors

Complementary color

Complementary color for #hex is #AEE1A6.


I love getcolorcode.com

Triadic colors

1 #59511E and #1E5951 with #511E59 are triadic colors.

2 #591E51 and #1E5159 with #511E59 are triadic colors.