Shades of Loulou #57364D
Tints of Loulou #57364D
RGB
CMYK
RGB Variations
Color information
#57364D (or 0x57364D) is known color: Loulou. HEX triplet: 57, 36 and 4D. RGB value is (87,54,77). Sum of RGB (Red+Green+Blue) = 87+54+77=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57364D is #A8C9B2. Grayscale: #424242. Windows color (decimal): -11061683 or 5060183. OLE color: 5060183.
HSL color Cylindrical-coordinate representation of color #57364D: hue angle of 318.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57364D is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 54 | 77 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.66 |
| HSL | 318.18º | 0.23% | 0.28% | - |
| HSV(B) | 318.18º | 0.38% | 0.34% | - |
| XYZ | 6.59 | 5.2 | 7.68 | - |
| YUV | 66.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 54 | 77 | 0 | 0.38 | 0.11 | 0.66 | 318.18 | 0.23 | 0.28 |
| Hex | 57 | 36 | 4D | 0 | 26 | B | 42 | 13E | 17 | 1C |
| Octal | 127 | 66 | 115 | 0 | 46 | 13 | 102 | 476 | 27 | 34 |
| Binary | 1010111 | 110110 | 1001101 | 0 | 100110 | 1011 | 1000010 | 100111110 | 10111 | 11100 |
Color Harmonies of #57364D
Complementary color
Monochromatic Colors of #57364D
Black with #57364D
Text Example
Text Example
White with #57364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57364D; }
p { color: rgb(87,54,77); }
H1.HeaderClassName
{
color: #57364D;
}
.AnyTagClassName
{
color: #57364D;
}
</style>
background-color css
<style>
a { background-color: #57364D; }
a { background-color: rgb(87,54,77); }
div.DivClassName
{
background-color: #57364D;
}
.BgClassName
{
background-color: #57364D;
}
</style>
border-color css
<style>
span { border-color: #57364D; }
span { border-color: rgb(87,54,77); }
td.TdClassName
{
border-color: #57364D;
}
.TagClassName
{
border-color: #57364D;
}
</style>