Shades of Loulou #5B2A50
Tints of Loulou #5B2A50
RGB
CMYK
RGB Variations
Color information
#5B2A50 (or 0x5B2A50) is known color: Loulou. HEX triplet: 5B, 2A and 50. RGB value is (91,42,80). Sum of RGB (Red+Green+Blue) = 91+42+80=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2A50 is #A4D5AF. Grayscale: #3C3C3C. Windows color (decimal): -10802608 or 5253723. OLE color: 5253723.
HSL color Cylindrical-coordinate representation of color #5B2A50: hue angle of 313.47º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B2A50 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 42 | 80 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.64 |
| HSL | 313.47º | 0.37% | 0.26% | - |
| HSV(B) | 313.47º | 0.54% | 0.36% | - |
| XYZ | 6.59 | 4.46 | 8.1 | - |
| YUV | 60.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 80 | 0 | 0.54 | 0.12 | 0.64 | 313.47 | 0.37 | 0.26 |
| Hex | 5B | 2A | 50 | 0 | 36 | C | 40 | 139 | 25 | 1A |
| Octal | 133 | 52 | 120 | 0 | 66 | 14 | 100 | 471 | 45 | 32 |
| Binary | 1011011 | 101010 | 1010000 | 0 | 110110 | 1100 | 1000000 | 100111001 | 100101 | 11010 |
Color Harmonies of #5B2A50
Complementary color
Monochromatic Colors of #5B2A50
Black with #5B2A50
Text Example
Text Example
White with #5B2A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A50; }
p { color: rgb(91,42,80); }
H1.HeaderClassName
{
color: #5B2A50;
}
.AnyTagClassName
{
color: #5B2A50;
}
</style>
background-color css
<style>
a { background-color: #5B2A50; }
a { background-color: rgb(91,42,80); }
div.DivClassName
{
background-color: #5B2A50;
}
.BgClassName
{
background-color: #5B2A50;
}
</style>
border-color css
<style>
span { border-color: #5B2A50; }
span { border-color: rgb(91,42,80); }
td.TdClassName
{
border-color: #5B2A50;
}
.TagClassName
{
border-color: #5B2A50;
}
</style>