Shades of Loulou #572F50
Tints of Loulou #572F50
RGB
CMYK
RGB Variations
Color information
#572F50 (or 0x572F50) is known color: Loulou. HEX triplet: 57, 2F and 50. RGB value is (87,47,80). Sum of RGB (Red+Green+Blue) = 87+47+80=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #572F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572F50 is #A8D0AF. Grayscale: #3E3E3E. Windows color (decimal): -11063472 or 5254999. OLE color: 5254999.
HSL color Cylindrical-coordinate representation of color #572F50: hue angle of 310.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #572F50 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 47 | 80 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.66 |
| HSL | 310.5º | 0.3% | 0.26% | - |
| HSV(B) | 310.5º | 0.46% | 0.34% | - |
| XYZ | 6.39 | 4.64 | 8.15 | - |
| YUV | 62.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 80 | 0 | 0.46 | 0.08 | 0.66 | 310.5 | 0.3 | 0.26 |
| Hex | 57 | 2F | 50 | 0 | 2E | 8 | 42 | 136 | 1E | 1A |
| Octal | 127 | 57 | 120 | 0 | 56 | 10 | 102 | 466 | 36 | 32 |
| Binary | 1010111 | 101111 | 1010000 | 0 | 101110 | 1000 | 1000010 | 100110110 | 11110 | 11010 |
Color Harmonies of #572F50
Complementary color
Monochromatic Colors of #572F50
Black with #572F50
Text Example
Text Example
White with #572F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572F50; }
p { color: rgb(87,47,80); }
H1.HeaderClassName
{
color: #572F50;
}
.AnyTagClassName
{
color: #572F50;
}
</style>
background-color css
<style>
a { background-color: #572F50; }
a { background-color: rgb(87,47,80); }
div.DivClassName
{
background-color: #572F50;
}
.BgClassName
{
background-color: #572F50;
}
</style>
border-color css
<style>
span { border-color: #572F50; }
span { border-color: rgb(87,47,80); }
td.TdClassName
{
border-color: #572F50;
}
.TagClassName
{
border-color: #572F50;
}
</style>