Shades of Loulou #59304D
Tints of Loulou #59304D
RGB
CMYK
RGB Variations
Color information
#59304D (or 0x59304D) is known color: Loulou. HEX triplet: 59, 30 and 4D. RGB value is (89,48,77). Sum of RGB (Red+Green+Blue) = 89+48+77=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #59304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59304D is #A6CFB2. Grayscale: #3F3F3F. Windows color (decimal): -10932147 or 5058649. OLE color: 5058649.
HSL color Cylindrical-coordinate representation of color #59304D: hue angle of 317.56º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59304D is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 48 | 77 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.65 |
| HSL | 317.56º | 0.3% | 0.27% | - |
| HSV(B) | 317.56º | 0.46% | 0.35% | - |
| XYZ | 6.52 | 4.77 | 7.6 | - |
| YUV | 63.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 77 | 0 | 0.46 | 0.13 | 0.65 | 317.56 | 0.3 | 0.27 |
| Hex | 59 | 30 | 4D | 0 | 2E | D | 41 | 13E | 1E | 1B |
| Octal | 131 | 60 | 115 | 0 | 56 | 15 | 101 | 476 | 36 | 33 |
| Binary | 1011001 | 110000 | 1001101 | 0 | 101110 | 1101 | 1000001 | 100111110 | 11110 | 11011 |
Color Harmonies of #59304D
Complementary color
Monochromatic Colors of #59304D
Black with #59304D
Text Example
Text Example
White with #59304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59304D; }
p { color: rgb(89,48,77); }
H1.HeaderClassName
{
color: #59304D;
}
.AnyTagClassName
{
color: #59304D;
}
</style>
background-color css
<style>
a { background-color: #59304D; }
a { background-color: rgb(89,48,77); }
div.DivClassName
{
background-color: #59304D;
}
.BgClassName
{
background-color: #59304D;
}
</style>
border-color css
<style>
span { border-color: #59304D; }
span { border-color: rgb(89,48,77); }
td.TdClassName
{
border-color: #59304D;
}
.TagClassName
{
border-color: #59304D;
}
</style>