Shades of Loulou #57294F
Tints of Loulou #57294F
RGB
CMYK
RGB Variations
Color information
#57294F (or 0x57294F) is known color: Loulou. HEX triplet: 57, 29 and 4F. RGB value is (87,41,79). Sum of RGB (Red+Green+Blue) = 87+41+79=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #57294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57294F is #A8D6B0. Grayscale: #3A3A3A. Windows color (decimal): -11065009 or 5187927. OLE color: 5187927.
HSL color Cylindrical-coordinate representation of color #57294F: hue angle of 310.43º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57294F is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 41 | 79 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.66 |
| HSL | 310.43º | 0.36% | 0.25% | - |
| HSV(B) | 310.43º | 0.53% | 0.34% | - |
| XYZ | 6.13 | 4.18 | 7.88 | - |
| YUV | 59.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 79 | 0 | 0.53 | 0.09 | 0.66 | 310.43 | 0.36 | 0.25 |
| Hex | 57 | 29 | 4F | 0 | 35 | 9 | 42 | 136 | 24 | 19 |
| Octal | 127 | 51 | 117 | 0 | 65 | 11 | 102 | 466 | 44 | 31 |
| Binary | 1010111 | 101001 | 1001111 | 0 | 110101 | 1001 | 1000010 | 100110110 | 100100 | 11001 |
Color Harmonies of #57294F
Complementary color
Monochromatic Colors of #57294F
Black with #57294F
Text Example
Text Example
White with #57294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57294F; }
p { color: rgb(87,41,79); }
H1.HeaderClassName
{
color: #57294F;
}
.AnyTagClassName
{
color: #57294F;
}
</style>
background-color css
<style>
a { background-color: #57294F; }
a { background-color: rgb(87,41,79); }
div.DivClassName
{
background-color: #57294F;
}
.BgClassName
{
background-color: #57294F;
}
</style>
border-color css
<style>
span { border-color: #57294F; }
span { border-color: rgb(87,41,79); }
td.TdClassName
{
border-color: #57294F;
}
.TagClassName
{
border-color: #57294F;
}
</style>