Shades of Loulou #5A354B
Tints of Loulou #5A354B
RGB
CMYK
RGB Variations
Color information
#5A354B (or 0x5A354B) is known color: Loulou. HEX triplet: 5A, 35 and 4B. RGB value is (90,53,75). Sum of RGB (Red+Green+Blue) = 90+53+75=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A354B is #A5CAB4. Grayscale: #424242. Windows color (decimal): -10865333 or 4928858. OLE color: 4928858.
HSL color Cylindrical-coordinate representation of color #5A354B: hue angle of 324.32º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A354B is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 75 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.65 |
| HSL | 324.32º | 0.26% | 0.28% | - |
| HSV(B) | 324.32º | 0.41% | 0.35% | - |
| XYZ | 6.76 | 5.23 | 7.31 | - |
| YUV | 66.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 75 | 0 | 0.41 | 0.17 | 0.65 | 324.32 | 0.26 | 0.28 |
| Hex | 5A | 35 | 4B | 0 | 29 | 11 | 41 | 144 | 1A | 1C |
| Octal | 132 | 65 | 113 | 0 | 51 | 21 | 101 | 504 | 32 | 34 |
| Binary | 1011010 | 110101 | 1001011 | 0 | 101001 | 10001 | 1000001 | 101000100 | 11010 | 11100 |
Color Harmonies of #5A354B
Complementary color
Monochromatic Colors of #5A354B
Black with #5A354B
Text Example
Text Example
White with #5A354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A354B; }
p { color: rgb(90,53,75); }
H1.HeaderClassName
{
color: #5A354B;
}
.AnyTagClassName
{
color: #5A354B;
}
</style>
background-color css
<style>
a { background-color: #5A354B; }
a { background-color: rgb(90,53,75); }
div.DivClassName
{
background-color: #5A354B;
}
.BgClassName
{
background-color: #5A354B;
}
</style>
border-color css
<style>
span { border-color: #5A354B; }
span { border-color: rgb(90,53,75); }
td.TdClassName
{
border-color: #5A354B;
}
.TagClassName
{
border-color: #5A354B;
}
</style>