Shades of Loulou #5B1E4C
Tints of Loulou #5B1E4C
RGB
CMYK
RGB Variations
Color information
#5B1E4C (or 0x5B1E4C) is known color: Loulou. HEX triplet: 5B, 1E and 4C. RGB value is (91,30,76). Sum of RGB (Red+Green+Blue) = 91+30+76=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E4C is #A4E1B3. Grayscale: #353535. Windows color (decimal): -10805684 or 4988507. OLE color: 4988507.
HSL color Cylindrical-coordinate representation of color #5B1E4C: hue angle of 314.75º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B1E4C is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 30 | 76 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.64 |
| HSL | 314.75º | 0.5% | 0.24% | - |
| HSV(B) | 314.75º | 0.67% | 0.36% | - |
| XYZ | 6.08 | 3.67 | 7.23 | - |
| YUV | 53.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 30 | 76 | 0 | 0.67 | 0.16 | 0.64 | 314.75 | 0.5 | 0.24 |
| Hex | 5B | 1E | 4C | 0 | 43 | 10 | 40 | 13B | 32 | 18 |
| Octal | 133 | 36 | 114 | 0 | 103 | 20 | 100 | 473 | 62 | 30 |
| Binary | 1011011 | 11110 | 1001100 | 0 | 1000011 | 10000 | 1000000 | 100111011 | 110010 | 11000 |
Color Harmonies of #5B1E4C
Complementary color
Monochromatic Colors of #5B1E4C
Black with #5B1E4C
Text Example
Text Example
White with #5B1E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1E4C; }
p { color: rgb(91,30,76); }
H1.HeaderClassName
{
color: #5B1E4C;
}
.AnyTagClassName
{
color: #5B1E4C;
}
</style>
background-color css
<style>
a { background-color: #5B1E4C; }
a { background-color: rgb(91,30,76); }
div.DivClassName
{
background-color: #5B1E4C;
}
.BgClassName
{
background-color: #5B1E4C;
}
</style>
border-color css
<style>
span { border-color: #5B1E4C; }
span { border-color: rgb(91,30,76); }
td.TdClassName
{
border-color: #5B1E4C;
}
.TagClassName
{
border-color: #5B1E4C;
}
</style>