Shades of Loulou #50354E
Tints of Loulou #50354E
RGB
CMYK
RGB Variations
Color information
#50354E (or 0x50354E) is known color: Loulou. HEX triplet: 50, 35 and 4E. RGB value is (80,53,78). Sum of RGB (Red+Green+Blue) = 80+53+78=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50354E is #AFCAB1. Grayscale: #3F3F3F. Windows color (decimal): -11520690 or 5125456. OLE color: 5125456.
HSL color Cylindrical-coordinate representation of color #50354E: hue angle of 304.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50354E is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 78 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.69 |
| HSL | 304.44º | 0.2% | 0.26% | - |
| HSV(B) | 304.44º | 0.34% | 0.31% | - |
| XYZ | 5.96 | 4.8 | 7.82 | - |
| YUV | 63.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 78 | 0 | 0.34 | 0.02 | 0.69 | 304.44 | 0.2 | 0.26 |
| Hex | 50 | 35 | 4E | 0 | 22 | 2 | 45 | 130 | 14 | 1A |
| Octal | 120 | 65 | 116 | 0 | 42 | 2 | 105 | 460 | 24 | 32 |
| Binary | 1010000 | 110101 | 1001110 | 0 | 100010 | 10 | 1000101 | 100110000 | 10100 | 11010 |
Color Harmonies of #50354E
Complementary color
Monochromatic Colors of #50354E
Black with #50354E
Text Example
Text Example
White with #50354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50354E; }
p { color: rgb(80,53,78); }
H1.HeaderClassName
{
color: #50354E;
}
.AnyTagClassName
{
color: #50354E;
}
</style>
background-color css
<style>
a { background-color: #50354E; }
a { background-color: rgb(80,53,78); }
div.DivClassName
{
background-color: #50354E;
}
.BgClassName
{
background-color: #50354E;
}
</style>
border-color css
<style>
span { border-color: #50354E; }
span { border-color: rgb(80,53,78); }
td.TdClassName
{
border-color: #50354E;
}
.TagClassName
{
border-color: #50354E;
}
</style>