Shades of Loulou #592E50
Tints of Loulou #592E50
RGB
CMYK
RGB Variations
Color information
#592E50 (or 0x592E50) is known color: Loulou. HEX triplet: 59, 2E and 50. RGB value is (89,46,80). Sum of RGB (Red+Green+Blue) = 89+46+80=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #592E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E50 is #A6D1AF. Grayscale: #3E3E3E. Windows color (decimal): -10932656 or 5254745. OLE color: 5254745.
HSL color Cylindrical-coordinate representation of color #592E50: hue angle of 312.56º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #592E50 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 46 | 80 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.65 |
| HSL | 312.56º | 0.32% | 0.26% | - |
| HSV(B) | 312.56º | 0.48% | 0.35% | - |
| XYZ | 6.54 | 4.66 | 8.14 | - |
| YUV | 62.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 80 | 0 | 0.48 | 0.10 | 0.65 | 312.56 | 0.32 | 0.26 |
| Hex | 59 | 2E | 50 | 0 | 30 | A | 41 | 139 | 20 | 1A |
| Octal | 131 | 56 | 120 | 0 | 60 | 12 | 101 | 471 | 40 | 32 |
| Binary | 1011001 | 101110 | 1010000 | 0 | 110000 | 1010 | 1000001 | 100111001 | 100000 | 11010 |
Color Harmonies of #592E50
Complementary color
Monochromatic Colors of #592E50
Black with #592E50
Text Example
Text Example
White with #592E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592E50; }
p { color: rgb(89,46,80); }
H1.HeaderClassName
{
color: #592E50;
}
.AnyTagClassName
{
color: #592E50;
}
</style>
background-color css
<style>
a { background-color: #592E50; }
a { background-color: rgb(89,46,80); }
div.DivClassName
{
background-color: #592E50;
}
.BgClassName
{
background-color: #592E50;
}
</style>
border-color css
<style>
span { border-color: #592E50; }
span { border-color: rgb(89,46,80); }
td.TdClassName
{
border-color: #592E50;
}
.TagClassName
{
border-color: #592E50;
}
</style>