Shades of Loulou #52334C
Tints of Loulou #52334C
RGB
CMYK
RGB Variations
Color information
#52334C (or 0x52334C) is known color: Loulou. HEX triplet: 52, 33 and 4C. RGB value is (82,51,76). Sum of RGB (Red+Green+Blue) = 82+51+76=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52334C is #ADCCB3. Grayscale: #3F3F3F. Windows color (decimal): -11390132 or 4993874. OLE color: 4993874.
HSL color Cylindrical-coordinate representation of color #52334C: hue angle of 311.61º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52334C is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 51 | 76 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.68 |
| HSL | 311.61º | 0.23% | 0.26% | - |
| HSV(B) | 311.61º | 0.38% | 0.32% | - |
| XYZ | 5.97 | 4.68 | 7.43 | - |
| YUV | 63.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 76 | 0 | 0.38 | 0.07 | 0.68 | 311.61 | 0.23 | 0.26 |
| Hex | 52 | 33 | 4C | 0 | 26 | 7 | 44 | 138 | 17 | 1A |
| Octal | 122 | 63 | 114 | 0 | 46 | 7 | 104 | 470 | 27 | 32 |
| Binary | 1010010 | 110011 | 1001100 | 0 | 100110 | 111 | 1000100 | 100111000 | 10111 | 11010 |
Color Harmonies of #52334C
Complementary color
Monochromatic Colors of #52334C
Black with #52334C
Text Example
Text Example
White with #52334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52334C; }
p { color: rgb(82,51,76); }
H1.HeaderClassName
{
color: #52334C;
}
.AnyTagClassName
{
color: #52334C;
}
</style>
background-color css
<style>
a { background-color: #52334C; }
a { background-color: rgb(82,51,76); }
div.DivClassName
{
background-color: #52334C;
}
.BgClassName
{
background-color: #52334C;
}
</style>
border-color css
<style>
span { border-color: #52334C; }
span { border-color: rgb(82,51,76); }
td.TdClassName
{
border-color: #52334C;
}
.TagClassName
{
border-color: #52334C;
}
</style>