Shades of Loulou #5B244D
Tints of Loulou #5B244D
RGB
CMYK
RGB Variations
Color information
#5B244D (or 0x5B244D) is known color: Loulou. HEX triplet: 5B, 24 and 4D. RGB value is (91,36,77). Sum of RGB (Red+Green+Blue) = 91+36+77=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B244D is #A4DBB2. Grayscale: #393939. Windows color (decimal): -10804147 or 5055579. OLE color: 5055579.
HSL color Cylindrical-coordinate representation of color #5B244D: hue angle of 315.27º 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 #5B244D is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 36 | 77 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.64 |
| HSL | 315.27º | 0.43% | 0.25% | - |
| HSV(B) | 315.27º | 0.6% | 0.36% | - |
| XYZ | 6.28 | 4.02 | 7.47 | - |
| YUV | 57.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 77 | 0 | 0.60 | 0.15 | 0.64 | 315.27 | 0.43 | 0.25 |
| Hex | 5B | 24 | 4D | 0 | 3C | F | 40 | 13B | 2B | 19 |
| Octal | 133 | 44 | 115 | 0 | 74 | 17 | 100 | 473 | 53 | 31 |
| Binary | 1011011 | 100100 | 1001101 | 0 | 111100 | 1111 | 1000000 | 100111011 | 101011 | 11001 |
Color Harmonies of #5B244D
Complementary color
Monochromatic Colors of #5B244D
Black with #5B244D
Text Example
Text Example
White with #5B244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B244D; }
p { color: rgb(91,36,77); }
H1.HeaderClassName
{
color: #5B244D;
}
.AnyTagClassName
{
color: #5B244D;
}
</style>
background-color css
<style>
a { background-color: #5B244D; }
a { background-color: rgb(91,36,77); }
div.DivClassName
{
background-color: #5B244D;
}
.BgClassName
{
background-color: #5B244D;
}
</style>
border-color css
<style>
span { border-color: #5B244D; }
span { border-color: rgb(91,36,77); }
td.TdClassName
{
border-color: #5B244D;
}
.TagClassName
{
border-color: #5B244D;
}
</style>