Shades of Loulou #5E2E51
Tints of Loulou #5E2E51
RGB
CMYK
RGB Variations
Color information
#5E2E51 (or 0x5E2E51) is known color: Loulou. HEX triplet: 5E, 2E and 51. RGB value is (94,46,81). Sum of RGB (Red+Green+Blue) = 94+46+81=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2E51 is #A1D1AE. Grayscale: #404040. Windows color (decimal): -10604975 or 5320286. OLE color: 5320286.
HSL color Cylindrical-coordinate representation of color #5E2E51: hue angle of 316.25º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E2E51 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 46 | 81 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.63 |
| HSL | 316.25º | 0.34% | 0.27% | - |
| HSV(B) | 316.25º | 0.51% | 0.37% | - |
| XYZ | 7.08 | 4.93 | 8.36 | - |
| YUV | 64.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 46 | 81 | 0 | 0.51 | 0.14 | 0.63 | 316.25 | 0.34 | 0.27 |
| Hex | 5E | 2E | 51 | 0 | 33 | E | 3F | 13C | 22 | 1B |
| Octal | 136 | 56 | 121 | 0 | 63 | 16 | 77 | 474 | 42 | 33 |
| Binary | 1011110 | 101110 | 1010001 | 0 | 110011 | 1110 | 111111 | 100111100 | 100010 | 11011 |
Color Harmonies of #5E2E51
Complementary color
Monochromatic Colors of #5E2E51
Black with #5E2E51
Text Example
Text Example
White with #5E2E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2E51; }
p { color: rgb(94,46,81); }
H1.HeaderClassName
{
color: #5E2E51;
}
.AnyTagClassName
{
color: #5E2E51;
}
</style>
background-color css
<style>
a { background-color: #5E2E51; }
a { background-color: rgb(94,46,81); }
div.DivClassName
{
background-color: #5E2E51;
}
.BgClassName
{
background-color: #5E2E51;
}
</style>
border-color css
<style>
span { border-color: #5E2E51; }
span { border-color: rgb(94,46,81); }
td.TdClassName
{
border-color: #5E2E51;
}
.TagClassName
{
border-color: #5E2E51;
}
</style>