Shades of Loulou #5B244F
Tints of Loulou #5B244F
RGB
CMYK
RGB Variations
Color information
#5B244F (or 0x5B244F) is known color: Loulou. HEX triplet: 5B, 24 and 4F. RGB value is (91,36,79). Sum of RGB (Red+Green+Blue) = 91+36+79=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B244F is #A4DBB0. Grayscale: #393939. Windows color (decimal): -10804145 or 5186651. OLE color: 5186651.
HSL color Cylindrical-coordinate representation of color #5B244F: hue angle of 313.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B244F is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 36 | 79 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.64 |
| HSL | 313.09º | 0.43% | 0.25% | - |
| HSV(B) | 313.09º | 0.6% | 0.36% | - |
| XYZ | 6.36 | 4.05 | 7.84 | - |
| YUV | 57.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 79 | 0 | 0.60 | 0.13 | 0.64 | 313.09 | 0.43 | 0.25 |
| Hex | 5B | 24 | 4F | 0 | 3C | D | 40 | 139 | 2B | 19 |
| Octal | 133 | 44 | 117 | 0 | 74 | 15 | 100 | 471 | 53 | 31 |
| Binary | 1011011 | 100100 | 1001111 | 0 | 111100 | 1101 | 1000000 | 100111001 | 101011 | 11001 |
Color Harmonies of #5B244F
Complementary color
Monochromatic Colors of #5B244F
Black with #5B244F
Text Example
Text Example
White with #5B244F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B244F; }
p { color: rgb(91,36,79); }
H1.HeaderClassName
{
color: #5B244F;
}
.AnyTagClassName
{
color: #5B244F;
}
</style>
background-color css
<style>
a { background-color: #5B244F; }
a { background-color: rgb(91,36,79); }
div.DivClassName
{
background-color: #5B244F;
}
.BgClassName
{
background-color: #5B244F;
}
</style>
border-color css
<style>
span { border-color: #5B244F; }
span { border-color: rgb(91,36,79); }
td.TdClassName
{
border-color: #5B244F;
}
.TagClassName
{
border-color: #5B244F;
}
</style>