Shades of Loulou #5A244C
Tints of Loulou #5A244C
RGB
CMYK
RGB Variations
Color information
#5A244C (or 0x5A244C) is known color: Loulou. HEX triplet: 5A, 24 and 4C. RGB value is (90,36,76). Sum of RGB (Red+Green+Blue) = 90+36+76=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A244C is #A5DBB3. Grayscale: #383838. Windows color (decimal): -10869684 or 4990042. OLE color: 4990042.
HSL color Cylindrical-coordinate representation of color #5A244C: hue angle of 315.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A244C is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 76 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.65 |
| HSL | 315.56º | 0.43% | 0.25% | - |
| HSV(B) | 315.56º | 0.6% | 0.35% | - |
| XYZ | 6.15 | 3.96 | 7.28 | - |
| YUV | 56.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 76 | 0 | 0.60 | 0.16 | 0.65 | 315.56 | 0.43 | 0.25 |
| Hex | 5A | 24 | 4C | 0 | 3C | 10 | 41 | 13C | 2B | 19 |
| Octal | 132 | 44 | 114 | 0 | 74 | 20 | 101 | 474 | 53 | 31 |
| Binary | 1011010 | 100100 | 1001100 | 0 | 111100 | 10000 | 1000001 | 100111100 | 101011 | 11001 |
Color Harmonies of #5A244C
Complementary color
Monochromatic Colors of #5A244C
Black with #5A244C
Text Example
Text Example
White with #5A244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A244C; }
p { color: rgb(90,36,76); }
H1.HeaderClassName
{
color: #5A244C;
}
.AnyTagClassName
{
color: #5A244C;
}
</style>
background-color css
<style>
a { background-color: #5A244C; }
a { background-color: rgb(90,36,76); }
div.DivClassName
{
background-color: #5A244C;
}
.BgClassName
{
background-color: #5A244C;
}
</style>
border-color css
<style>
span { border-color: #5A244C; }
span { border-color: rgb(90,36,76); }
td.TdClassName
{
border-color: #5A244C;
}
.TagClassName
{
border-color: #5A244C;
}
</style>