Shades of Loulou #592A52
Tints of Loulou #592A52
RGB
CMYK
RGB Variations
Color information
#592A52 (or 0x592A52) is known color: Loulou. HEX triplet: 59, 2A and 52. RGB value is (89,42,82). Sum of RGB (Red+Green+Blue) = 89+42+82=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #592A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A52 is #A6D5AD. Grayscale: #3C3C3C. Windows color (decimal): -10933678 or 5384793. OLE color: 5384793.
HSL color Cylindrical-coordinate representation of color #592A52: hue angle of 308.94º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #592A52 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 42 | 82 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.65 |
| HSL | 308.94º | 0.36% | 0.26% | - |
| HSV(B) | 308.94º | 0.53% | 0.35% | - |
| XYZ | 6.47 | 4.39 | 8.49 | - |
| YUV | 60.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 42 | 82 | 0 | 0.53 | 0.08 | 0.65 | 308.94 | 0.36 | 0.26 |
| Hex | 59 | 2A | 52 | 0 | 35 | 8 | 41 | 135 | 24 | 1A |
| Octal | 131 | 52 | 122 | 0 | 65 | 10 | 101 | 465 | 44 | 32 |
| Binary | 1011001 | 101010 | 1010010 | 0 | 110101 | 1000 | 1000001 | 100110101 | 100100 | 11010 |
Color Harmonies of #592A52
Complementary color
Monochromatic Colors of #592A52
Black with #592A52
Text Example
Text Example
White with #592A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592A52; }
p { color: rgb(89,42,82); }
H1.HeaderClassName
{
color: #592A52;
}
.AnyTagClassName
{
color: #592A52;
}
</style>
background-color css
<style>
a { background-color: #592A52; }
a { background-color: rgb(89,42,82); }
div.DivClassName
{
background-color: #592A52;
}
.BgClassName
{
background-color: #592A52;
}
</style>
border-color css
<style>
span { border-color: #592A52; }
span { border-color: rgb(89,42,82); }
td.TdClassName
{
border-color: #592A52;
}
.TagClassName
{
border-color: #592A52;
}
</style>