Shades of Loulou #59354D
Tints of Loulou #59354D
RGB
CMYK
RGB Variations
Color information
#59354D (or 0x59354D) is known color: Loulou. HEX triplet: 59, 35 and 4D. RGB value is (89,53,77). Sum of RGB (Red+Green+Blue) = 89+53+77=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #59354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59354D is #A6CAB2. Grayscale: #424242. Windows color (decimal): -10930867 or 5059929. OLE color: 5059929.
HSL color Cylindrical-coordinate representation of color #59354D: hue angle of 320º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59354D is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 53 | 77 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.65 |
| HSL | 320º | 0.25% | 0.28% | - |
| HSV(B) | 320º | 0.4% | 0.35% | - |
| XYZ | 6.73 | 5.21 | 7.67 | - |
| YUV | 66.5 | 133.93 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 77 | 0 | 0.40 | 0.13 | 0.65 | 320 | 0.25 | 0.28 |
| Hex | 59 | 35 | 4D | 0 | 28 | D | 41 | 140 | 19 | 1C |
| Octal | 131 | 65 | 115 | 0 | 50 | 15 | 101 | 500 | 31 | 34 |
| Binary | 1011001 | 110101 | 1001101 | 0 | 101000 | 1101 | 1000001 | 101000000 | 11001 | 11100 |
Color Harmonies of #59354D
Complementary color
Monochromatic Colors of #59354D
Black with #59354D
Text Example
Text Example
White with #59354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59354D; }
p { color: rgb(89,53,77); }
H1.HeaderClassName
{
color: #59354D;
}
.AnyTagClassName
{
color: #59354D;
}
</style>
background-color css
<style>
a { background-color: #59354D; }
a { background-color: rgb(89,53,77); }
div.DivClassName
{
background-color: #59354D;
}
.BgClassName
{
background-color: #59354D;
}
</style>
border-color css
<style>
span { border-color: #59354D; }
span { border-color: rgb(89,53,77); }
td.TdClassName
{
border-color: #59354D;
}
.TagClassName
{
border-color: #59354D;
}
</style>