Shades of Loulou #59304C
Tints of Loulou #59304C
RGB
CMYK
RGB Variations
Color information
#59304C (or 0x59304C) is known color: Loulou. HEX triplet: 59, 30 and 4C. RGB value is (89,48,76). Sum of RGB (Red+Green+Blue) = 89+48+76=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #59304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59304C is #A6CFB3. Grayscale: #3F3F3F. Windows color (decimal): -10932148 or 4993113. OLE color: 4993113.
HSL color Cylindrical-coordinate representation of color #59304C: hue angle of 319.02º 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 #59304C is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 48 | 76 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.65 |
| HSL | 319.02º | 0.3% | 0.27% | - |
| HSV(B) | 319.02º | 0.46% | 0.35% | - |
| XYZ | 6.48 | 4.76 | 7.41 | - |
| YUV | 63.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 76 | 0 | 0.46 | 0.15 | 0.65 | 319.02 | 0.3 | 0.27 |
| Hex | 59 | 30 | 4C | 0 | 2E | F | 41 | 13F | 1E | 1B |
| Octal | 131 | 60 | 114 | 0 | 56 | 17 | 101 | 477 | 36 | 33 |
| Binary | 1011001 | 110000 | 1001100 | 0 | 101110 | 1111 | 1000001 | 100111111 | 11110 | 11011 |
Color Harmonies of #59304C
Complementary color
Monochromatic Colors of #59304C
Black with #59304C
Text Example
Text Example
White with #59304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59304C; }
p { color: rgb(89,48,76); }
H1.HeaderClassName
{
color: #59304C;
}
.AnyTagClassName
{
color: #59304C;
}
</style>
background-color css
<style>
a { background-color: #59304C; }
a { background-color: rgb(89,48,76); }
div.DivClassName
{
background-color: #59304C;
}
.BgClassName
{
background-color: #59304C;
}
</style>
border-color css
<style>
span { border-color: #59304C; }
span { border-color: rgb(89,48,76); }
td.TdClassName
{
border-color: #59304C;
}
.TagClassName
{
border-color: #59304C;
}
</style>