Shades of Loulou #5A304D
Tints of Loulou #5A304D
RGB
CMYK
RGB Variations
Color information
#5A304D (or 0x5A304D) is known color: Loulou. HEX triplet: 5A, 30 and 4D. RGB value is (90,48,77). Sum of RGB (Red+Green+Blue) = 90+48+77=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A304D is #A5CFB2. Grayscale: #3F3F3F. Windows color (decimal): -10866611 or 5058650. OLE color: 5058650.
HSL color Cylindrical-coordinate representation of color #5A304D: hue angle of 318.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A304D is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 48 | 77 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.65 |
| HSL | 318.57º | 0.3% | 0.27% | - |
| HSV(B) | 318.57º | 0.47% | 0.35% | - |
| XYZ | 6.61 | 4.82 | 7.6 | - |
| YUV | 63.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 77 | 0 | 0.47 | 0.14 | 0.65 | 318.57 | 0.3 | 0.27 |
| Hex | 5A | 30 | 4D | 0 | 2F | E | 41 | 13F | 1E | 1B |
| Octal | 132 | 60 | 115 | 0 | 57 | 16 | 101 | 477 | 36 | 33 |
| Binary | 1011010 | 110000 | 1001101 | 0 | 101111 | 1110 | 1000001 | 100111111 | 11110 | 11011 |
Color Harmonies of #5A304D
Complementary color
Monochromatic Colors of #5A304D
Black with #5A304D
Text Example
Text Example
White with #5A304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A304D; }
p { color: rgb(90,48,77); }
H1.HeaderClassName
{
color: #5A304D;
}
.AnyTagClassName
{
color: #5A304D;
}
</style>
background-color css
<style>
a { background-color: #5A304D; }
a { background-color: rgb(90,48,77); }
div.DivClassName
{
background-color: #5A304D;
}
.BgClassName
{
background-color: #5A304D;
}
</style>
border-color css
<style>
span { border-color: #5A304D; }
span { border-color: rgb(90,48,77); }
td.TdClassName
{
border-color: #5A304D;
}
.TagClassName
{
border-color: #5A304D;
}
</style>