Shades of Loulou #57284D
Tints of Loulou #57284D
RGB
CMYK
RGB Variations
Color information
#57284D (or 0x57284D) is known color: Loulou. HEX triplet: 57, 28 and 4D. RGB value is (87,40,77). Sum of RGB (Red+Green+Blue) = 87+40+77=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #57284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57284D is #A8D7B2. Grayscale: #3A3A3A. Windows color (decimal): -11065267 or 5056599. OLE color: 5056599.
HSL color Cylindrical-coordinate representation of color #57284D: hue angle of 312.77º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57284D is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 40 | 77 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.66 |
| HSL | 312.77º | 0.37% | 0.25% | - |
| HSV(B) | 312.77º | 0.54% | 0.34% | - |
| XYZ | 6.03 | 4.08 | 7.49 | - |
| YUV | 58.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 77 | 0 | 0.54 | 0.11 | 0.66 | 312.77 | 0.37 | 0.25 |
| Hex | 57 | 28 | 4D | 0 | 36 | B | 42 | 139 | 25 | 19 |
| Octal | 127 | 50 | 115 | 0 | 66 | 13 | 102 | 471 | 45 | 31 |
| Binary | 1010111 | 101000 | 1001101 | 0 | 110110 | 1011 | 1000010 | 100111001 | 100101 | 11001 |
Color Harmonies of #57284D
Complementary color
Monochromatic Colors of #57284D
Black with #57284D
Text Example
Text Example
White with #57284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57284D; }
p { color: rgb(87,40,77); }
H1.HeaderClassName
{
color: #57284D;
}
.AnyTagClassName
{
color: #57284D;
}
</style>
background-color css
<style>
a { background-color: #57284D; }
a { background-color: rgb(87,40,77); }
div.DivClassName
{
background-color: #57284D;
}
.BgClassName
{
background-color: #57284D;
}
</style>
border-color css
<style>
span { border-color: #57284D; }
span { border-color: rgb(87,40,77); }
td.TdClassName
{
border-color: #57284D;
}
.TagClassName
{
border-color: #57284D;
}
</style>