Shades of Loulou #5A2A52
Tints of Loulou #5A2A52
RGB
CMYK
RGB Variations
Color information
#5A2A52 (or 0x5A2A52) is known color: Loulou. HEX triplet: 5A, 2A and 52. RGB value is (90,42,82). Sum of RGB (Red+Green+Blue) = 90+42+82=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2A52 is #A5D5AD. Grayscale: #3C3C3C. Windows color (decimal): -10868142 or 5384794. OLE color: 5384794.
HSL color Cylindrical-coordinate representation of color #5A2A52: hue angle of 310º 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 #5A2A52 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 42 | 82 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.65 |
| HSL | 310º | 0.36% | 0.26% | - |
| HSV(B) | 310º | 0.53% | 0.35% | - |
| XYZ | 6.57 | 4.44 | 8.49 | - |
| YUV | 60.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 82 | 0 | 0.53 | 0.09 | 0.65 | 310 | 0.36 | 0.26 |
| Hex | 5A | 2A | 52 | 0 | 35 | 9 | 41 | 136 | 24 | 1A |
| Octal | 132 | 52 | 122 | 0 | 65 | 11 | 101 | 466 | 44 | 32 |
| Binary | 1011010 | 101010 | 1010010 | 0 | 110101 | 1001 | 1000001 | 100110110 | 100100 | 11010 |
Color Harmonies of #5A2A52
Complementary color
Monochromatic Colors of #5A2A52
Black with #5A2A52
Text Example
Text Example
White with #5A2A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A52; }
p { color: rgb(90,42,82); }
H1.HeaderClassName
{
color: #5A2A52;
}
.AnyTagClassName
{
color: #5A2A52;
}
</style>
background-color css
<style>
a { background-color: #5A2A52; }
a { background-color: rgb(90,42,82); }
div.DivClassName
{
background-color: #5A2A52;
}
.BgClassName
{
background-color: #5A2A52;
}
</style>
border-color css
<style>
span { border-color: #5A2A52; }
span { border-color: rgb(90,42,82); }
td.TdClassName
{
border-color: #5A2A52;
}
.TagClassName
{
border-color: #5A2A52;
}
</style>