Shades of Loulou #57374B
Tints of Loulou #57374B
RGB
CMYK
RGB Variations
Color information
#57374B (or 0x57374B) is known color: Loulou. HEX triplet: 57, 37 and 4B. RGB value is (87,55,75). Sum of RGB (Red+Green+Blue) = 87+55+75=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #57374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57374B is #A8C8B4. Grayscale: #424242. Windows color (decimal): -11061429 or 4929367. OLE color: 4929367.
HSL color Cylindrical-coordinate representation of color #57374B: hue angle of 322.5º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57374B is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 55 | 75 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.66 |
| HSL | 322.5º | 0.23% | 0.28% | - |
| HSV(B) | 322.5º | 0.37% | 0.34% | - |
| XYZ | 6.57 | 5.27 | 7.33 | - |
| YUV | 66.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 55 | 75 | 0 | 0.37 | 0.14 | 0.66 | 322.5 | 0.23 | 0.28 |
| Hex | 57 | 37 | 4B | 0 | 25 | E | 42 | 142 | 17 | 1C |
| Octal | 127 | 67 | 113 | 0 | 45 | 16 | 102 | 502 | 27 | 34 |
| Binary | 1010111 | 110111 | 1001011 | 0 | 100101 | 1110 | 1000010 | 101000010 | 10111 | 11100 |
Color Harmonies of #57374B
Complementary color
Monochromatic Colors of #57374B
Black with #57374B
Text Example
Text Example
White with #57374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57374B; }
p { color: rgb(87,55,75); }
H1.HeaderClassName
{
color: #57374B;
}
.AnyTagClassName
{
color: #57374B;
}
</style>
background-color css
<style>
a { background-color: #57374B; }
a { background-color: rgb(87,55,75); }
div.DivClassName
{
background-color: #57374B;
}
.BgClassName
{
background-color: #57374B;
}
</style>
border-color css
<style>
span { border-color: #57374B; }
span { border-color: rgb(87,55,75); }
td.TdClassName
{
border-color: #57374B;
}
.TagClassName
{
border-color: #57374B;
}
</style>