Shades of Loulou #5A334C
Tints of Loulou #5A334C
RGB
CMYK
RGB Variations
Color information
#5A334C (or 0x5A334C) is known color: Loulou. HEX triplet: 5A, 33 and 4C. RGB value is (90,51,76). Sum of RGB (Red+Green+Blue) = 90+51+76=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A334C is #A5CCB3. Grayscale: #414141. Windows color (decimal): -10865844 or 4993882. OLE color: 4993882.
HSL color Cylindrical-coordinate representation of color #5A334C: hue angle of 321.54º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A334C is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 51 | 76 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.65 |
| HSL | 321.54º | 0.28% | 0.28% | - |
| HSV(B) | 321.54º | 0.43% | 0.35% | - |
| XYZ | 6.7 | 5.06 | 7.46 | - |
| YUV | 65.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 76 | 0 | 0.43 | 0.16 | 0.65 | 321.54 | 0.28 | 0.28 |
| Hex | 5A | 33 | 4C | 0 | 2B | 10 | 41 | 142 | 1C | 1C |
| Octal | 132 | 63 | 114 | 0 | 53 | 20 | 101 | 502 | 34 | 34 |
| Binary | 1011010 | 110011 | 1001100 | 0 | 101011 | 10000 | 1000001 | 101000010 | 11100 | 11100 |
Color Harmonies of #5A334C
Complementary color
Monochromatic Colors of #5A334C
Black with #5A334C
Text Example
Text Example
White with #5A334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A334C; }
p { color: rgb(90,51,76); }
H1.HeaderClassName
{
color: #5A334C;
}
.AnyTagClassName
{
color: #5A334C;
}
</style>
background-color css
<style>
a { background-color: #5A334C; }
a { background-color: rgb(90,51,76); }
div.DivClassName
{
background-color: #5A334C;
}
.BgClassName
{
background-color: #5A334C;
}
</style>
border-color css
<style>
span { border-color: #5A334C; }
span { border-color: rgb(90,51,76); }
td.TdClassName
{
border-color: #5A334C;
}
.TagClassName
{
border-color: #5A334C;
}
</style>