Shades of Loulou #592C52
Tints of Loulou #592C52
RGB
CMYK
RGB Variations
Color information
#592C52 (or 0x592C52) is known color: Loulou. HEX triplet: 59, 2C and 52. RGB value is (89,44,82). Sum of RGB (Red+Green+Blue) = 89+44+82=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #592C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C52 is #A6D3AD. Grayscale: #3D3D3D. Windows color (decimal): -10933166 or 5385305. OLE color: 5385305.
HSL color Cylindrical-coordinate representation of color #592C52: hue angle of 309.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C52 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 44 | 82 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.65 |
| HSL | 309.33º | 0.34% | 0.26% | - |
| HSV(B) | 309.33º | 0.51% | 0.35% | - |
| XYZ | 6.54 | 4.53 | 8.51 | - |
| YUV | 61.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 82 | 0 | 0.51 | 0.08 | 0.65 | 309.33 | 0.34 | 0.26 |
| Hex | 59 | 2C | 52 | 0 | 33 | 8 | 41 | 135 | 22 | 1A |
| Octal | 131 | 54 | 122 | 0 | 63 | 10 | 101 | 465 | 42 | 32 |
| Binary | 1011001 | 101100 | 1010010 | 0 | 110011 | 1000 | 1000001 | 100110101 | 100010 | 11010 |
Color Harmonies of #592C52
Complementary color
Monochromatic Colors of #592C52
Black with #592C52
Text Example
Text Example
White with #592C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592C52; }
p { color: rgb(89,44,82); }
H1.HeaderClassName
{
color: #592C52;
}
.AnyTagClassName
{
color: #592C52;
}
</style>
background-color css
<style>
a { background-color: #592C52; }
a { background-color: rgb(89,44,82); }
div.DivClassName
{
background-color: #592C52;
}
.BgClassName
{
background-color: #592C52;
}
</style>
border-color css
<style>
span { border-color: #592C52; }
span { border-color: rgb(89,44,82); }
td.TdClassName
{
border-color: #592C52;
}
.TagClassName
{
border-color: #592C52;
}
</style>