HEX: #501155
RGB: (80,17,85)
#501155 contains mainly red and blue colors. Web safe color of #501155 is #660066 (or #606).
#501155 color RGB value is (80,17,85).
RGB: (80,17,85)
(31%, 7%, 33%)
R 80 of 255 = 31%
G 17 of 255 = 7%
B 85 of 255 = 33%
R + G + B ~ 24%. #501155 is dark color.
R + G + B = 80 + 17 + 85 = 182 (100%)
R 80 of 182 ~ 43.96%
G 17 of 182 ~ 9.34%
B 85 of 182 ~ 46.7'%
#501155 color CMYK value is (6,80,0,67).
CMYK: (6,80,0,67)
C6M80Y0K67 (6%, 80%, 0%, 67%)
(0.06 / 0.80 / 0.00 / 0.67)
Color #501155 in popluar color models
50 | 11 | 55 | |
---|---|---|---|
RGB | 80 | 17 | 85 |
HSL | 296° | 66.67% | 20.00% |
HSB/HSV | 296° | 80.00% | 33.33% |
CMYK | 5.88% | 80.00% | 0.00% |
66.67% |
Color #501155 in popluar number systems.
HEX | 50 | 11 | 55 |
Decimal | 80 | 17 | 85 |
Binary | 1010000 | 10001 | 1010101 |
Octal | 120 | 21 | 125 |
Shades of #501155
Tints of #501155
Examples of css and html codes for elements with #501155 color. Also use rgb(80,17,85) instead hex code.
.myTextColor { color: #501155; }
<p style="color:#501155">This sample text font color is #501155.</p>
This text font color is #501155.
.myBgColor { background-color: #501155; }
<div style="background-color:#501155">Inner text</div>
This div background color is #501155.
.myBorderColor { border: 1px solid #501155; }
<div style="border:3px solid #501155">Div</div>
This div border color is #501155.
.myOpacity80 { color: #501155; opacity: 0.8; }
<p style="color:#501155;opacity:0.8;">80%</p>
Text with #501155 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #501155;}
<p style="text-shadow: 3px 3px 1px #501155">Text here.</p>
This text has shadow with #501155 color.
.textShadow {text-shadow: 3px 3px 1px #501155', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #501155, 5px 5px 20px red">Text here.</p>
This text has shadow with #501155 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#501155, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#501155, Direction=45, Strength=4)">Text</p>
This text has shadow with #501155 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #501155;
-webkit-box-shadow: 1px 1px 3px 2px #501155;
box-shadow: 1px 1px 3px 2px #501155;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #501155; -webkit-box-shadow: 1px 1px 3px 2px #501155; box-shadow:1px 1px 3px 2px #501155;">
Div content here
</div>
This text has color #501155 on black background.
This text has color #501155 on white background.
This text has black color on #501155 background.
This text has white color on #501155 background.
Complementary color for #hex is #AFEEAA.