Shades of Loulou #5A2A4E
Tints of Loulou #5A2A4E
RGB
CMYK
RGB Variations
Color information
#5A2A4E (or 0x5A2A4E) is known color: Loulou. HEX triplet: 5A, 2A and 4E. RGB value is (90,42,78). Sum of RGB (Red+Green+Blue) = 90+42+78=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2A4E is #A5D5B1. Grayscale: #3C3C3C. Windows color (decimal): -10868146 or 5122650. OLE color: 5122650.
HSL color Cylindrical-coordinate representation of color #5A2A4E: hue angle of 315º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A2A4E is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 42 | 78 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.65 |
| HSL | 315º | 0.36% | 0.26% | - |
| HSV(B) | 315º | 0.53% | 0.35% | - |
| XYZ | 6.42 | 4.38 | 7.71 | - |
| YUV | 60.46 | 137.9 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 78 | 0 | 0.53 | 0.13 | 0.65 | 315 | 0.36 | 0.26 |
| Hex | 5A | 2A | 4E | 0 | 35 | D | 41 | 13B | 24 | 1A |
| Octal | 132 | 52 | 116 | 0 | 65 | 15 | 101 | 473 | 44 | 32 |
| Binary | 1011010 | 101010 | 1001110 | 0 | 110101 | 1101 | 1000001 | 100111011 | 100100 | 11010 |
Color Harmonies of #5A2A4E
Complementary color
Monochromatic Colors of #5A2A4E
Black with #5A2A4E
Text Example
Text Example
White with #5A2A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A4E; }
p { color: rgb(90,42,78); }
H1.HeaderClassName
{
color: #5A2A4E;
}
.AnyTagClassName
{
color: #5A2A4E;
}
</style>
background-color css
<style>
a { background-color: #5A2A4E; }
a { background-color: rgb(90,42,78); }
div.DivClassName
{
background-color: #5A2A4E;
}
.BgClassName
{
background-color: #5A2A4E;
}
</style>
border-color css
<style>
span { border-color: #5A2A4E; }
span { border-color: rgb(90,42,78); }
td.TdClassName
{
border-color: #5A2A4E;
}
.TagClassName
{
border-color: #5A2A4E;
}
</style>