Shades of Loulou #502D4E
Tints of Loulou #502D4E
RGB
CMYK
RGB Variations
Color information
#502D4E (or 0x502D4E) is known color: Loulou. HEX triplet: 50, 2D and 4E. RGB value is (80,45,78). Sum of RGB (Red+Green+Blue) = 80+45+78=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 80 - color contains mainly: red. Hex color #502D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502D4E is #AFD2B1. Grayscale: #3B3B3B. Windows color (decimal): -11522738 or 5123408. OLE color: 5123408.
HSL color Cylindrical-coordinate representation of color #502D4E: hue angle of 303.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #502D4E is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 78 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.69 |
| HSL | 303.43º | 0.28% | 0.25% | - |
| HSV(B) | 303.43º | 0.44% | 0.31% | - |
| XYZ | 5.62 | 4.13 | 7.71 | - |
| YUV | 59.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 78 | 0 | 0.44 | 0.02 | 0.69 | 303.43 | 0.28 | 0.25 |
| Hex | 50 | 2D | 4E | 0 | 2C | 2 | 45 | 12F | 1C | 19 |
| Octal | 120 | 55 | 116 | 0 | 54 | 2 | 105 | 457 | 34 | 31 |
| Binary | 1010000 | 101101 | 1001110 | 0 | 101100 | 10 | 1000101 | 100101111 | 11100 | 11001 |
Color Harmonies of #502D4E
Complementary color
Monochromatic Colors of #502D4E
Black with #502D4E
Text Example
Text Example
White with #502D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D4E; }
p { color: rgb(80,45,78); }
H1.HeaderClassName
{
color: #502D4E;
}
.AnyTagClassName
{
color: #502D4E;
}
</style>
background-color css
<style>
a { background-color: #502D4E; }
a { background-color: rgb(80,45,78); }
div.DivClassName
{
background-color: #502D4E;
}
.BgClassName
{
background-color: #502D4E;
}
</style>
border-color css
<style>
span { border-color: #502D4E; }
span { border-color: rgb(80,45,78); }
td.TdClassName
{
border-color: #502D4E;
}
.TagClassName
{
border-color: #502D4E;
}
</style>