Shades of Loulou #5E2F51
Tints of Loulou #5E2F51
RGB
CMYK
RGB Variations
Color information
#5E2F51 (or 0x5E2F51) is known color: Loulou. HEX triplet: 5E, 2F and 51. RGB value is (94,47,81). Sum of RGB (Red+Green+Blue) = 94+47+81=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2F51 is #A1D0AE. Grayscale: #404040. Windows color (decimal): -10604719 or 5320542. OLE color: 5320542.
HSL color Cylindrical-coordinate representation of color #5E2F51: hue angle of 316.6º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E2F51 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 47 | 81 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.63 |
| HSL | 316.6º | 0.33% | 0.28% | - |
| HSV(B) | 316.6º | 0.5% | 0.37% | - |
| XYZ | 7.12 | 5.01 | 8.38 | - |
| YUV | 64.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 47 | 81 | 0 | 0.5 | 0.14 | 0.63 | 316.6 | 0.33 | 0.28 |
| Hex | 5E | 2F | 51 | 0 | 32 | E | 3F | 13D | 21 | 1C |
| Octal | 136 | 57 | 121 | 0 | 62 | 16 | 77 | 475 | 41 | 34 |
| Binary | 1011110 | 101111 | 1010001 | 0 | 110010 | 1110 | 111111 | 100111101 | 100001 | 11100 |
Color Harmonies of #5E2F51
Complementary color
Monochromatic Colors of #5E2F51
Black with #5E2F51
Text Example
Text Example
White with #5E2F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2F51; }
p { color: rgb(94,47,81); }
H1.HeaderClassName
{
color: #5E2F51;
}
.AnyTagClassName
{
color: #5E2F51;
}
</style>
background-color css
<style>
a { background-color: #5E2F51; }
a { background-color: rgb(94,47,81); }
div.DivClassName
{
background-color: #5E2F51;
}
.BgClassName
{
background-color: #5E2F51;
}
</style>
border-color css
<style>
span { border-color: #5E2F51; }
span { border-color: rgb(94,47,81); }
td.TdClassName
{
border-color: #5E2F51;
}
.TagClassName
{
border-color: #5E2F51;
}
</style>