Shades of Loulou #5F2E50
Tints of Loulou #5F2E50
RGB
CMYK
RGB Variations
Color information
#5F2E50 (or 0x5F2E50) is known color: Loulou. HEX triplet: 5F, 2E and 50. RGB value is (95,46,80). Sum of RGB (Red+Green+Blue) = 95+46+80=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2E50 is #A0D1AF. Grayscale: #404040. Windows color (decimal): -10539440 or 5254751. OLE color: 5254751.
HSL color Cylindrical-coordinate representation of color #5F2E50: hue angle of 318.37º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F2E50 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 46 | 80 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.63 |
| HSL | 318.37º | 0.35% | 0.28% | - |
| HSV(B) | 318.37º | 0.52% | 0.37% | - |
| XYZ | 7.14 | 4.97 | 8.17 | - |
| YUV | 64.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 46 | 80 | 0 | 0.52 | 0.16 | 0.63 | 318.37 | 0.35 | 0.28 |
| Hex | 5F | 2E | 50 | 0 | 34 | 10 | 3F | 13E | 23 | 1C |
| Octal | 137 | 56 | 120 | 0 | 64 | 20 | 77 | 476 | 43 | 34 |
| Binary | 1011111 | 101110 | 1010000 | 0 | 110100 | 10000 | 111111 | 100111110 | 100011 | 11100 |
Color Harmonies of #5F2E50
Complementary color
Monochromatic Colors of #5F2E50
Black with #5F2E50
Text Example
Text Example
White with #5F2E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2E50; }
p { color: rgb(95,46,80); }
H1.HeaderClassName
{
color: #5F2E50;
}
.AnyTagClassName
{
color: #5F2E50;
}
</style>
background-color css
<style>
a { background-color: #5F2E50; }
a { background-color: rgb(95,46,80); }
div.DivClassName
{
background-color: #5F2E50;
}
.BgClassName
{
background-color: #5F2E50;
}
</style>
border-color css
<style>
span { border-color: #5F2E50; }
span { border-color: rgb(95,46,80); }
td.TdClassName
{
border-color: #5F2E50;
}
.TagClassName
{
border-color: #5F2E50;
}
</style>