Shades of Loulou #59334B
Tints of Loulou #59334B
RGB
CMYK
RGB Variations
Color information
#59334B (or 0x59334B) is known color: Loulou. HEX triplet: 59, 33 and 4B. RGB value is (89,51,75). Sum of RGB (Red+Green+Blue) = 89+51+75=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #59334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59334B is #A6CCB4. Grayscale: #414141. Windows color (decimal): -10931381 or 4928345. OLE color: 4928345.
HSL color Cylindrical-coordinate representation of color #59334B: hue angle of 322.11º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59334B is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 51 | 75 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.65 |
| HSL | 322.11º | 0.27% | 0.27% | - |
| HSV(B) | 322.11º | 0.43% | 0.35% | - |
| XYZ | 6.57 | 5 | 7.28 | - |
| YUV | 65.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 75 | 0 | 0.43 | 0.16 | 0.65 | 322.11 | 0.27 | 0.27 |
| Hex | 59 | 33 | 4B | 0 | 2B | 10 | 41 | 142 | 1B | 1B |
| Octal | 131 | 63 | 113 | 0 | 53 | 20 | 101 | 502 | 33 | 33 |
| Binary | 1011001 | 110011 | 1001011 | 0 | 101011 | 10000 | 1000001 | 101000010 | 11011 | 11011 |
Color Harmonies of #59334B
Complementary color
Monochromatic Colors of #59334B
Black with #59334B
Text Example
Text Example
White with #59334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59334B; }
p { color: rgb(89,51,75); }
H1.HeaderClassName
{
color: #59334B;
}
.AnyTagClassName
{
color: #59334B;
}
</style>
background-color css
<style>
a { background-color: #59334B; }
a { background-color: rgb(89,51,75); }
div.DivClassName
{
background-color: #59334B;
}
.BgClassName
{
background-color: #59334B;
}
</style>
border-color css
<style>
span { border-color: #59334B; }
span { border-color: rgb(89,51,75); }
td.TdClassName
{
border-color: #59334B;
}
.TagClassName
{
border-color: #59334B;
}
</style>