Shades of Loulou #5B214C
Tints of Loulou #5B214C
RGB
CMYK
RGB Variations
Color information
#5B214C (or 0x5B214C) is known color: Loulou. HEX triplet: 5B, 21 and 4C. RGB value is (91,33,76). Sum of RGB (Red+Green+Blue) = 91+33+76=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B214C is #A4DEB3. Grayscale: #373737. Windows color (decimal): -10804916 or 4989275. OLE color: 4989275.
HSL color Cylindrical-coordinate representation of color #5B214C: hue angle of 315.52º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B214C is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 33 | 76 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.64 |
| HSL | 315.52º | 0.47% | 0.24% | - |
| HSV(B) | 315.52º | 0.64% | 0.36% | - |
| XYZ | 6.16 | 3.83 | 7.25 | - |
| YUV | 55.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 33 | 76 | 0 | 0.64 | 0.16 | 0.64 | 315.52 | 0.47 | 0.24 |
| Hex | 5B | 21 | 4C | 0 | 40 | 10 | 40 | 13C | 2F | 18 |
| Octal | 133 | 41 | 114 | 0 | 100 | 20 | 100 | 474 | 57 | 30 |
| Binary | 1011011 | 100001 | 1001100 | 0 | 1000000 | 10000 | 1000000 | 100111100 | 101111 | 11000 |
Color Harmonies of #5B214C
Complementary color
Monochromatic Colors of #5B214C
Black with #5B214C
Text Example
Text Example
White with #5B214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B214C; }
p { color: rgb(91,33,76); }
H1.HeaderClassName
{
color: #5B214C;
}
.AnyTagClassName
{
color: #5B214C;
}
</style>
background-color css
<style>
a { background-color: #5B214C; }
a { background-color: rgb(91,33,76); }
div.DivClassName
{
background-color: #5B214C;
}
.BgClassName
{
background-color: #5B214C;
}
</style>
border-color css
<style>
span { border-color: #5B214C; }
span { border-color: rgb(91,33,76); }
td.TdClassName
{
border-color: #5B214C;
}
.TagClassName
{
border-color: #5B214C;
}
</style>