Shades of Loulou #522F4C
Tints of Loulou #522F4C
RGB
CMYK
RGB Variations
Color information
#522F4C (or 0x522F4C) is known color: Loulou. HEX triplet: 52, 2F and 4C. RGB value is (82,47,76). Sum of RGB (Red+Green+Blue) = 82+47+76=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #522F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F4C is #ADD0B3. Grayscale: #3C3C3C. Windows color (decimal): -11391156 or 4992850. OLE color: 4992850.
HSL color Cylindrical-coordinate representation of color #522F4C: hue angle of 310.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #522F4C is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 47 | 76 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.68 |
| HSL | 310.29º | 0.27% | 0.25% | - |
| HSV(B) | 310.29º | 0.43% | 0.32% | - |
| XYZ | 5.8 | 4.35 | 7.37 | - |
| YUV | 60.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 47 | 76 | 0 | 0.43 | 0.07 | 0.68 | 310.29 | 0.27 | 0.25 |
| Hex | 52 | 2F | 4C | 0 | 2B | 7 | 44 | 136 | 1B | 19 |
| Octal | 122 | 57 | 114 | 0 | 53 | 7 | 104 | 466 | 33 | 31 |
| Binary | 1010010 | 101111 | 1001100 | 0 | 101011 | 111 | 1000100 | 100110110 | 11011 | 11001 |
Color Harmonies of #522F4C
Complementary color
Monochromatic Colors of #522F4C
Black with #522F4C
Text Example
Text Example
White with #522F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522F4C; }
p { color: rgb(82,47,76); }
H1.HeaderClassName
{
color: #522F4C;
}
.AnyTagClassName
{
color: #522F4C;
}
</style>
background-color css
<style>
a { background-color: #522F4C; }
a { background-color: rgb(82,47,76); }
div.DivClassName
{
background-color: #522F4C;
}
.BgClassName
{
background-color: #522F4C;
}
</style>
border-color css
<style>
span { border-color: #522F4C; }
span { border-color: rgb(82,47,76); }
td.TdClassName
{
border-color: #522F4C;
}
.TagClassName
{
border-color: #522F4C;
}
</style>