Shades of Loulou #50364E
Tints of Loulou #50364E
RGB
CMYK
RGB Variations
Color information
#50364E (or 0x50364E) is known color: Loulou. HEX triplet: 50, 36 and 4E. RGB value is (80,54,78). Sum of RGB (Red+Green+Blue) = 80+54+78=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 80 - color contains mainly: red. Hex color #50364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50364E is #AFC9B1. Grayscale: #404040. Windows color (decimal): -11520434 or 5125712. OLE color: 5125712.
HSL color Cylindrical-coordinate representation of color #50364E: hue angle of 304.62º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50364E is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 78 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.69 |
| HSL | 304.62º | 0.19% | 0.26% | - |
| HSV(B) | 304.62º | 0.33% | 0.31% | - |
| XYZ | 6 | 4.89 | 7.84 | - |
| YUV | 64.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 78 | 0 | 0.33 | 0.02 | 0.69 | 304.62 | 0.19 | 0.26 |
| Hex | 50 | 36 | 4E | 0 | 21 | 2 | 45 | 131 | 13 | 1A |
| Octal | 120 | 66 | 116 | 0 | 41 | 2 | 105 | 461 | 23 | 32 |
| Binary | 1010000 | 110110 | 1001110 | 0 | 100001 | 10 | 1000101 | 100110001 | 10011 | 11010 |
Color Harmonies of #50364E
Complementary color
Monochromatic Colors of #50364E
Black with #50364E
Text Example
Text Example
White with #50364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50364E; }
p { color: rgb(80,54,78); }
H1.HeaderClassName
{
color: #50364E;
}
.AnyTagClassName
{
color: #50364E;
}
</style>
background-color css
<style>
a { background-color: #50364E; }
a { background-color: rgb(80,54,78); }
div.DivClassName
{
background-color: #50364E;
}
.BgClassName
{
background-color: #50364E;
}
</style>
border-color css
<style>
span { border-color: #50364E; }
span { border-color: rgb(80,54,78); }
td.TdClassName
{
border-color: #50364E;
}
.TagClassName
{
border-color: #50364E;
}
</style>