Shades of Loulou #5A334D
Tints of Loulou #5A334D
RGB
CMYK
RGB Variations
Color information
#5A334D (or 0x5A334D) is known color: Loulou. HEX triplet: 5A, 33 and 4D. RGB value is (90,51,77). Sum of RGB (Red+Green+Blue) = 90+51+77=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A334D is #A5CCB2. Grayscale: #414141. Windows color (decimal): -10865843 or 5059418. OLE color: 5059418.
HSL color Cylindrical-coordinate representation of color #5A334D: hue angle of 320º 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 #5A334D is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 51 | 77 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.65 |
| HSL | 320º | 0.28% | 0.28% | - |
| HSV(B) | 320º | 0.43% | 0.35% | - |
| XYZ | 6.74 | 5.08 | 7.65 | - |
| YUV | 65.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 51 | 77 | 0 | 0.43 | 0.14 | 0.65 | 320 | 0.28 | 0.28 |
| Hex | 5A | 33 | 4D | 0 | 2B | E | 41 | 140 | 1C | 1C |
| Octal | 132 | 63 | 115 | 0 | 53 | 16 | 101 | 500 | 34 | 34 |
| Binary | 1011010 | 110011 | 1001101 | 0 | 101011 | 1110 | 1000001 | 101000000 | 11100 | 11100 |
Color Harmonies of #5A334D
Complementary color
Monochromatic Colors of #5A334D
Black with #5A334D
Text Example
Text Example
White with #5A334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A334D; }
p { color: rgb(90,51,77); }
H1.HeaderClassName
{
color: #5A334D;
}
.AnyTagClassName
{
color: #5A334D;
}
</style>
background-color css
<style>
a { background-color: #5A334D; }
a { background-color: rgb(90,51,77); }
div.DivClassName
{
background-color: #5A334D;
}
.BgClassName
{
background-color: #5A334D;
}
</style>
border-color css
<style>
span { border-color: #5A334D; }
span { border-color: rgb(90,51,77); }
td.TdClassName
{
border-color: #5A334D;
}
.TagClassName
{
border-color: #5A334D;
}
</style>