Shades of Loulou #5B3250
Tints of Loulou #5B3250
RGB
CMYK
RGB Variations
Color information
#5B3250 (or 0x5B3250) is known color: Loulou. HEX triplet: 5B, 32 and 50. RGB value is (91,50,80). Sum of RGB (Red+Green+Blue) = 91+50+80=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3250 is #A4CDAF. Grayscale: #414141. Windows color (decimal): -10800560 or 5255771. OLE color: 5255771.
HSL color Cylindrical-coordinate representation of color #5B3250: hue angle of 316.1º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B3250 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 50 | 80 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.64 |
| HSL | 316.1º | 0.29% | 0.28% | - |
| HSV(B) | 316.1º | 0.45% | 0.36% | - |
| XYZ | 6.9 | 5.08 | 8.21 | - |
| YUV | 65.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 80 | 0 | 0.45 | 0.12 | 0.64 | 316.1 | 0.29 | 0.28 |
| Hex | 5B | 32 | 50 | 0 | 2D | C | 40 | 13C | 1D | 1C |
| Octal | 133 | 62 | 120 | 0 | 55 | 14 | 100 | 474 | 35 | 34 |
| Binary | 1011011 | 110010 | 1010000 | 0 | 101101 | 1100 | 1000000 | 100111100 | 11101 | 11100 |
Color Harmonies of #5B3250
Complementary color
Monochromatic Colors of #5B3250
Black with #5B3250
Text Example
Text Example
White with #5B3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3250; }
p { color: rgb(91,50,80); }
H1.HeaderClassName
{
color: #5B3250;
}
.AnyTagClassName
{
color: #5B3250;
}
</style>
background-color css
<style>
a { background-color: #5B3250; }
a { background-color: rgb(91,50,80); }
div.DivClassName
{
background-color: #5B3250;
}
.BgClassName
{
background-color: #5B3250;
}
</style>
border-color css
<style>
span { border-color: #5B3250; }
span { border-color: rgb(91,50,80); }
td.TdClassName
{
border-color: #5B3250;
}
.TagClassName
{
border-color: #5B3250;
}
</style>