Shades of Loulou #52364C
Tints of Loulou #52364C
RGB
CMYK
RGB Variations
Color information
#52364C (or 0x52364C) is known color: Loulou. HEX triplet: 52, 36 and 4C. RGB value is (82,54,76). Sum of RGB (Red+Green+Blue) = 82+54+76=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52364C is #ADC9B3. Grayscale: #404040. Windows color (decimal): -11389364 or 4994642. OLE color: 4994642.
HSL color Cylindrical-coordinate representation of color #52364C: hue angle of 312.86º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52364C is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 54 | 76 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.68 |
| HSL | 312.86º | 0.21% | 0.27% | - |
| HSV(B) | 312.86º | 0.34% | 0.32% | - |
| XYZ | 6.1 | 4.95 | 7.47 | - |
| YUV | 64.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 76 | 0 | 0.34 | 0.07 | 0.68 | 312.86 | 0.21 | 0.27 |
| Hex | 52 | 36 | 4C | 0 | 22 | 7 | 44 | 139 | 15 | 1B |
| Octal | 122 | 66 | 114 | 0 | 42 | 7 | 104 | 471 | 25 | 33 |
| Binary | 1010010 | 110110 | 1001100 | 0 | 100010 | 111 | 1000100 | 100111001 | 10101 | 11011 |
Color Harmonies of #52364C
Complementary color
Monochromatic Colors of #52364C
Black with #52364C
Text Example
Text Example
White with #52364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52364C; }
p { color: rgb(82,54,76); }
H1.HeaderClassName
{
color: #52364C;
}
.AnyTagClassName
{
color: #52364C;
}
</style>
background-color css
<style>
a { background-color: #52364C; }
a { background-color: rgb(82,54,76); }
div.DivClassName
{
background-color: #52364C;
}
.BgClassName
{
background-color: #52364C;
}
</style>
border-color css
<style>
span { border-color: #52364C; }
span { border-color: rgb(82,54,76); }
td.TdClassName
{
border-color: #52364C;
}
.TagClassName
{
border-color: #52364C;
}
</style>