Shades of Loulou #592B50
Tints of Loulou #592B50
RGB
CMYK
RGB Variations
Color information
#592B50 (or 0x592B50) is known color: Loulou. HEX triplet: 59, 2B and 50. RGB value is (89,43,80). Sum of RGB (Red+Green+Blue) = 89+43+80=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #592B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592B50 is #A6D4AF. Grayscale: #3C3C3C. Windows color (decimal): -10933424 or 5253977. OLE color: 5253977.
HSL color Cylindrical-coordinate representation of color #592B50: hue angle of 311.74º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592B50 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 43 | 80 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.65 |
| HSL | 311.74º | 0.35% | 0.26% | - |
| HSV(B) | 311.74º | 0.52% | 0.35% | - |
| XYZ | 6.43 | 4.43 | 8.11 | - |
| YUV | 60.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 80 | 0 | 0.52 | 0.10 | 0.65 | 311.74 | 0.35 | 0.26 |
| Hex | 59 | 2B | 50 | 0 | 34 | A | 41 | 138 | 23 | 1A |
| Octal | 131 | 53 | 120 | 0 | 64 | 12 | 101 | 470 | 43 | 32 |
| Binary | 1011001 | 101011 | 1010000 | 0 | 110100 | 1010 | 1000001 | 100111000 | 100011 | 11010 |
Color Harmonies of #592B50
Complementary color
Monochromatic Colors of #592B50
Black with #592B50
Text Example
Text Example
White with #592B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592B50; }
p { color: rgb(89,43,80); }
H1.HeaderClassName
{
color: #592B50;
}
.AnyTagClassName
{
color: #592B50;
}
</style>
background-color css
<style>
a { background-color: #592B50; }
a { background-color: rgb(89,43,80); }
div.DivClassName
{
background-color: #592B50;
}
.BgClassName
{
background-color: #592B50;
}
</style>
border-color css
<style>
span { border-color: #592B50; }
span { border-color: rgb(89,43,80); }
td.TdClassName
{
border-color: #592B50;
}
.TagClassName
{
border-color: #592B50;
}
</style>