Shades of Loulou #5B2951
Tints of Loulou #5B2951
RGB
CMYK
RGB Variations
Color information
#5B2951 (or 0x5B2951) is known color: Loulou. HEX triplet: 5B, 29 and 51. RGB value is (91,41,81). Sum of RGB (Red+Green+Blue) = 91+41+81=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2951 is #A4D6AE. Grayscale: #3C3C3C. Windows color (decimal): -10802863 or 5319003. OLE color: 5319003.
HSL color Cylindrical-coordinate representation of color #5B2951: hue angle of 312º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B2951 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 81 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.64 |
| HSL | 312º | 0.38% | 0.26% | - |
| HSV(B) | 312º | 0.55% | 0.36% | - |
| XYZ | 6.59 | 4.4 | 8.29 | - |
| YUV | 60.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 81 | 0 | 0.55 | 0.11 | 0.64 | 312 | 0.38 | 0.26 |
| Hex | 5B | 29 | 51 | 0 | 37 | B | 40 | 138 | 26 | 1A |
| Octal | 133 | 51 | 121 | 0 | 67 | 13 | 100 | 470 | 46 | 32 |
| Binary | 1011011 | 101001 | 1010001 | 0 | 110111 | 1011 | 1000000 | 100111000 | 100110 | 11010 |
Color Harmonies of #5B2951
Complementary color
Monochromatic Colors of #5B2951
Black with #5B2951
Text Example
Text Example
White with #5B2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2951; }
p { color: rgb(91,41,81); }
H1.HeaderClassName
{
color: #5B2951;
}
.AnyTagClassName
{
color: #5B2951;
}
</style>
background-color css
<style>
a { background-color: #5B2951; }
a { background-color: rgb(91,41,81); }
div.DivClassName
{
background-color: #5B2951;
}
.BgClassName
{
background-color: #5B2951;
}
</style>
border-color css
<style>
span { border-color: #5B2951; }
span { border-color: rgb(91,41,81); }
td.TdClassName
{
border-color: #5B2951;
}
.TagClassName
{
border-color: #5B2951;
}
</style>