Shades of Loulou #5A304A
Tints of Loulou #5A304A
RGB
CMYK
RGB Variations
Color information
#5A304A (or 0x5A304A) is known color: Loulou. HEX triplet: 5A, 30 and 4A. RGB value is (90,48,74). Sum of RGB (Red+Green+Blue) = 90+48+74=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 90 - color contains mainly: red. Hex color #5A304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A304A is #A5CFB5. Grayscale: #3F3F3F. Windows color (decimal): -10866614 or 4862042. OLE color: 4862042.
HSL color Cylindrical-coordinate representation of color #5A304A: hue angle of 322.86º 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 #5A304A is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 48 | 74 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.65 |
| HSL | 322.86º | 0.3% | 0.27% | - |
| HSV(B) | 322.86º | 0.47% | 0.35% | - |
| XYZ | 6.51 | 4.78 | 7.06 | - |
| YUV | 63.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 74 | 0 | 0.47 | 0.18 | 0.65 | 322.86 | 0.3 | 0.27 |
| Hex | 5A | 30 | 4A | 0 | 2F | 12 | 41 | 143 | 1E | 1B |
| Octal | 132 | 60 | 112 | 0 | 57 | 22 | 101 | 503 | 36 | 33 |
| Binary | 1011010 | 110000 | 1001010 | 0 | 101111 | 10010 | 1000001 | 101000011 | 11110 | 11011 |
Color Harmonies of #5A304A
Complementary color
Monochromatic Colors of #5A304A
Black with #5A304A
Text Example
Text Example
White with #5A304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A304A; }
p { color: rgb(90,48,74); }
H1.HeaderClassName
{
color: #5A304A;
}
.AnyTagClassName
{
color: #5A304A;
}
</style>
background-color css
<style>
a { background-color: #5A304A; }
a { background-color: rgb(90,48,74); }
div.DivClassName
{
background-color: #5A304A;
}
.BgClassName
{
background-color: #5A304A;
}
</style>
border-color css
<style>
span { border-color: #5A304A; }
span { border-color: rgb(90,48,74); }
td.TdClassName
{
border-color: #5A304A;
}
.TagClassName
{
border-color: #5A304A;
}
</style>