Shades of Loulou #5B344D
Tints of Loulou #5B344D
RGB
CMYK
RGB Variations
Color information
#5B344D (or 0x5B344D) is known color: Loulou. HEX triplet: 5B, 34 and 4D. RGB value is (91,52,77). Sum of RGB (Red+Green+Blue) = 91+52+77=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 91 - color contains mainly: red. Hex color #5B344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B344D is #A4CBB2. Grayscale: #424242. Windows color (decimal): -10800051 or 5059675. OLE color: 5059675.
HSL color Cylindrical-coordinate representation of color #5B344D: hue angle of 321.54º 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 #5B344D is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 52 | 77 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.64 |
| HSL | 321.54º | 0.27% | 0.28% | - |
| HSV(B) | 321.54º | 0.43% | 0.36% | - |
| XYZ | 6.88 | 5.22 | 7.67 | - |
| YUV | 66.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 77 | 0 | 0.43 | 0.15 | 0.64 | 321.54 | 0.27 | 0.28 |
| Hex | 5B | 34 | 4D | 0 | 2B | F | 40 | 142 | 1B | 1C |
| Octal | 133 | 64 | 115 | 0 | 53 | 17 | 100 | 502 | 33 | 34 |
| Binary | 1011011 | 110100 | 1001101 | 0 | 101011 | 1111 | 1000000 | 101000010 | 11011 | 11100 |
Color Harmonies of #5B344D
Complementary color
Monochromatic Colors of #5B344D
Black with #5B344D
Text Example
Text Example
White with #5B344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B344D; }
p { color: rgb(91,52,77); }
H1.HeaderClassName
{
color: #5B344D;
}
.AnyTagClassName
{
color: #5B344D;
}
</style>
background-color css
<style>
a { background-color: #5B344D; }
a { background-color: rgb(91,52,77); }
div.DivClassName
{
background-color: #5B344D;
}
.BgClassName
{
background-color: #5B344D;
}
</style>
border-color css
<style>
span { border-color: #5B344D; }
span { border-color: rgb(91,52,77); }
td.TdClassName
{
border-color: #5B344D;
}
.TagClassName
{
border-color: #5B344D;
}
</style>