Shades of Loulou #57334D
Tints of Loulou #57334D
RGB
CMYK
RGB Variations
Color information
#57334D (or 0x57334D) is known color: Loulou. HEX triplet: 57, 33 and 4D. RGB value is (87,51,77). Sum of RGB (Red+Green+Blue) = 87+51+77=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #57334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57334D is #A8CCB2. Grayscale: #404040. Windows color (decimal): -11062451 or 5059415. OLE color: 5059415.
HSL color Cylindrical-coordinate representation of color #57334D: hue angle of 316.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57334D is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 51 | 77 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.66 |
| HSL | 316.67º | 0.26% | 0.27% | - |
| HSV(B) | 316.67º | 0.41% | 0.34% | - |
| XYZ | 6.45 | 4.93 | 7.63 | - |
| YUV | 64.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 51 | 77 | 0 | 0.41 | 0.11 | 0.66 | 316.67 | 0.26 | 0.27 |
| Hex | 57 | 33 | 4D | 0 | 29 | B | 42 | 13D | 1A | 1B |
| Octal | 127 | 63 | 115 | 0 | 51 | 13 | 102 | 475 | 32 | 33 |
| Binary | 1010111 | 110011 | 1001101 | 0 | 101001 | 1011 | 1000010 | 100111101 | 11010 | 11011 |
Color Harmonies of #57334D
Complementary color
Monochromatic Colors of #57334D
Black with #57334D
Text Example
Text Example
White with #57334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57334D; }
p { color: rgb(87,51,77); }
H1.HeaderClassName
{
color: #57334D;
}
.AnyTagClassName
{
color: #57334D;
}
</style>
background-color css
<style>
a { background-color: #57334D; }
a { background-color: rgb(87,51,77); }
div.DivClassName
{
background-color: #57334D;
}
.BgClassName
{
background-color: #57334D;
}
</style>
border-color css
<style>
span { border-color: #57334D; }
span { border-color: rgb(87,51,77); }
td.TdClassName
{
border-color: #57334D;
}
.TagClassName
{
border-color: #57334D;
}
</style>