Shades of Loulou #57294D
Tints of Loulou #57294D
RGB
CMYK
RGB Variations
Color information
#57294D (or 0x57294D) is known color: Loulou. HEX triplet: 57, 29 and 4D. RGB value is (87,41,77). Sum of RGB (Red+Green+Blue) = 87+41+77=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #57294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57294D is #A8D6B2. Grayscale: #3A3A3A. Windows color (decimal): -11065011 or 5056855. OLE color: 5056855.
HSL color Cylindrical-coordinate representation of color #57294D: hue angle of 313.04º 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 #57294D is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 41 | 77 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.66 |
| HSL | 313.04º | 0.36% | 0.25% | - |
| HSV(B) | 313.04º | 0.53% | 0.34% | - |
| XYZ | 6.06 | 4.15 | 7.5 | - |
| YUV | 58.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 77 | 0 | 0.53 | 0.11 | 0.66 | 313.04 | 0.36 | 0.25 |
| Hex | 57 | 29 | 4D | 0 | 35 | B | 42 | 139 | 24 | 19 |
| Octal | 127 | 51 | 115 | 0 | 65 | 13 | 102 | 471 | 44 | 31 |
| Binary | 1010111 | 101001 | 1001101 | 0 | 110101 | 1011 | 1000010 | 100111001 | 100100 | 11001 |
Color Harmonies of #57294D
Complementary color
Monochromatic Colors of #57294D
Black with #57294D
Text Example
Text Example
White with #57294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57294D; }
p { color: rgb(87,41,77); }
H1.HeaderClassName
{
color: #57294D;
}
.AnyTagClassName
{
color: #57294D;
}
</style>
background-color css
<style>
a { background-color: #57294D; }
a { background-color: rgb(87,41,77); }
div.DivClassName
{
background-color: #57294D;
}
.BgClassName
{
background-color: #57294D;
}
</style>
border-color css
<style>
span { border-color: #57294D; }
span { border-color: rgb(87,41,77); }
td.TdClassName
{
border-color: #57294D;
}
.TagClassName
{
border-color: #57294D;
}
</style>