Shades of Loulou #5B334C
Tints of Loulou #5B334C
RGB
CMYK
RGB Variations
Color information
#5B334C (or 0x5B334C) is known color: Loulou. HEX triplet: 5B, 33 and 4C. RGB value is (91,51,76). Sum of RGB (Red+Green+Blue) = 91+51+76=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B334C is #A4CCB3. Grayscale: #414141. Windows color (decimal): -10800308 or 4993883. OLE color: 4993883.
HSL color Cylindrical-coordinate representation of color #5B334C: hue angle of 322.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B334C is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 76 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.64 |
| HSL | 322.5º | 0.28% | 0.28% | - |
| HSV(B) | 322.5º | 0.44% | 0.36% | - |
| XYZ | 6.8 | 5.11 | 7.47 | - |
| YUV | 65.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 76 | 0 | 0.44 | 0.16 | 0.64 | 322.5 | 0.28 | 0.28 |
| Hex | 5B | 33 | 4C | 0 | 2C | 10 | 40 | 142 | 1C | 1C |
| Octal | 133 | 63 | 114 | 0 | 54 | 20 | 100 | 502 | 34 | 34 |
| Binary | 1011011 | 110011 | 1001100 | 0 | 101100 | 10000 | 1000000 | 101000010 | 11100 | 11100 |
Color Harmonies of #5B334C
Complementary color
Monochromatic Colors of #5B334C
Black with #5B334C
Text Example
Text Example
White with #5B334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B334C; }
p { color: rgb(91,51,76); }
H1.HeaderClassName
{
color: #5B334C;
}
.AnyTagClassName
{
color: #5B334C;
}
</style>
background-color css
<style>
a { background-color: #5B334C; }
a { background-color: rgb(91,51,76); }
div.DivClassName
{
background-color: #5B334C;
}
.BgClassName
{
background-color: #5B334C;
}
</style>
border-color css
<style>
span { border-color: #5B334C; }
span { border-color: rgb(91,51,76); }
td.TdClassName
{
border-color: #5B334C;
}
.TagClassName
{
border-color: #5B334C;
}
</style>