COLOR #511155

HEX: #511155 RGB: (81,17,85)

Color info

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

RGB color model

#511155 color RGB value is (81,17,85).

RGB: (81,17,85) (32%, 7%, 33%)

RGB channels and saturation

R 81 of 255 = 32%
G 17 of 255 = 7%
B 85 of 255 = 33%

81
17
85

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

Portions of RGB colors in percentages

R + G + B = 81 + 17 + 85 = 183 (100%)
R 81 of 183 ~ 44.26%
G 17 of 183 ~ 9.29%
B 85 of 183 ~ 46.45'%

%44.26
%46.45

CMYK color model

#511155 color CMYK value is (5,80,0,67).

  • cyan value is 4.71%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (5,80,0,67)
C5M80Y0K67 (5%, 80%, 0%, 67%)
(0.05 / 0.80 / 0.00 / 0.67)

CMYK percentages

%4.71
%80
%0
%66.67

Codes

Color #511155 in popluar color models

51 11 55
RGB 81 17 85
HSL 296° 66.67% 20.00%
HSB/HSV 296° 80.00% 33.33%
CMYK 4.71% 80.00% 0.00%
66.67%

Color #511155 in popluar number systems.

HEX 51 11 55
Decimal 81 17 85
Binary 1010001 10001 1010101
Octal 121 21 125

Shades and tints

Shades of #511155

#511155
(81,17,85)
#4A104E
(74,16,78)
#430F47
(67,15,71)
#3C0E40
(60,14,64)
#350D39
(53,13,57)
#2E0C32
(46,12,50)
#270B2B
(39,11,43)
#200A24
(32,10,36)
#19091D
(25,9,29)
#120816
(18,8,22)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #511155

#511155
(81,17,85)
#602664
(96,38,100)
#6F3B73
(111,59,115)
#7E5082
(126,80,130)
#8D6591
(141,101,145)
#9C7AA0
(156,122,160)
#AB8FAF
(171,143,175)
#BAA4BE
(186,164,190)
#C9B9CD
(201,185,205)
#D8CEDC
(216,206,220)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511155 color. Also use rgb(81,17,85) instead hex code.

Text Font Color

.myTextColor { color: #511155; }

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

This text font color is #511155.

Background Color

.myBgColor { background-color: #511155; }

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

This div background color is #511155.

Border color

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

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

This div border color is #511155.

Opacity

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

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

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

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

This text has shadow with #511155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511155.

Preview

Color preview on black background

This text has color #511155 on black background.


Color preview on white background

This text has color #511155 on white background.


Black color preview on #511155 background

This text has black color on #511155 background.


White color preview on #511155 background

This text has white color on #511155 background.


Related colors

Complementary color

Complementary color for #hex is #AEEEAA.


I love getcolorcode.com

Triadic colors

1 #555111 and #115551 with #511155 are triadic colors.

2 #551151 and #115155 with #511155 are triadic colors.