Shades of Loulou #5A294A
Tints of Loulou #5A294A
RGB
CMYK
RGB Variations
Color information
#5A294A (or 0x5A294A) is known color: Loulou. HEX triplet: 5A, 29 and 4A. RGB value is (90,41,74). Sum of RGB (Red+Green+Blue) = 90+41+74=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A294A is #A5D6B5. Grayscale: #3B3B3B. Windows color (decimal): -10868406 or 4860250. OLE color: 4860250.
HSL color Cylindrical-coordinate representation of color #5A294A: hue angle of 319.59º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A294A is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 74 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.65 |
| HSL | 319.59º | 0.37% | 0.26% | - |
| HSV(B) | 319.59º | 0.54% | 0.35% | - |
| XYZ | 6.25 | 4.25 | 6.97 | - |
| YUV | 59.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 74 | 0 | 0.54 | 0.18 | 0.65 | 319.59 | 0.37 | 0.26 |
| Hex | 5A | 29 | 4A | 0 | 36 | 12 | 41 | 140 | 25 | 1A |
| Octal | 132 | 51 | 112 | 0 | 66 | 22 | 101 | 500 | 45 | 32 |
| Binary | 1011010 | 101001 | 1001010 | 0 | 110110 | 10010 | 1000001 | 101000000 | 100101 | 11010 |
Color Harmonies of #5A294A
Complementary color
Monochromatic Colors of #5A294A
Black with #5A294A
Text Example
Text Example
White with #5A294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A294A; }
p { color: rgb(90,41,74); }
H1.HeaderClassName
{
color: #5A294A;
}
.AnyTagClassName
{
color: #5A294A;
}
</style>
background-color css
<style>
a { background-color: #5A294A; }
a { background-color: rgb(90,41,74); }
div.DivClassName
{
background-color: #5A294A;
}
.BgClassName
{
background-color: #5A294A;
}
</style>
border-color css
<style>
span { border-color: #5A294A; }
span { border-color: rgb(90,41,74); }
td.TdClassName
{
border-color: #5A294A;
}
.TagClassName
{
border-color: #5A294A;
}
</style>