Shades of Loulou #5B344E
Tints of Loulou #5B344E
RGB
CMYK
RGB Variations
Color information
#5B344E (or 0x5B344E) is known color: Loulou. HEX triplet: 5B, 34 and 4E. RGB value is (91,52,78). Sum of RGB (Red+Green+Blue) = 91+52+78=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B344E is #A4CBB1. Grayscale: #424242. Windows color (decimal): -10800050 or 5125211. OLE color: 5125211.
HSL color Cylindrical-coordinate representation of color #5B344E: hue angle of 320º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B344E is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 78 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.64 |
| HSL | 320º | 0.27% | 0.28% | - |
| HSV(B) | 320º | 0.43% | 0.36% | - |
| XYZ | 6.92 | 5.23 | 7.85 | - |
| YUV | 66.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 78 | 0 | 0.43 | 0.14 | 0.64 | 320 | 0.27 | 0.28 |
| Hex | 5B | 34 | 4E | 0 | 2B | E | 40 | 140 | 1B | 1C |
| Octal | 133 | 64 | 116 | 0 | 53 | 16 | 100 | 500 | 33 | 34 |
| Binary | 1011011 | 110100 | 1001110 | 0 | 101011 | 1110 | 1000000 | 101000000 | 11011 | 11100 |
Color Harmonies of #5B344E
Complementary color
Monochromatic Colors of #5B344E
Black with #5B344E
Text Example
Text Example
White with #5B344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B344E; }
p { color: rgb(91,52,78); }
H1.HeaderClassName
{
color: #5B344E;
}
.AnyTagClassName
{
color: #5B344E;
}
</style>
background-color css
<style>
a { background-color: #5B344E; }
a { background-color: rgb(91,52,78); }
div.DivClassName
{
background-color: #5B344E;
}
.BgClassName
{
background-color: #5B344E;
}
</style>
border-color css
<style>
span { border-color: #5B344E; }
span { border-color: rgb(91,52,78); }
td.TdClassName
{
border-color: #5B344E;
}
.TagClassName
{
border-color: #5B344E;
}
</style>