Shades of Loulou #52334E
Tints of Loulou #52334E
RGB
CMYK
RGB Variations
Color information
#52334E (or 0x52334E) is known color: Loulou. HEX triplet: 52, 33 and 4E. RGB value is (82,51,78). Sum of RGB (Red+Green+Blue) = 82+51+78=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52334E is #ADCCB1. Grayscale: #3F3F3F. Windows color (decimal): -11390130 or 5124946. OLE color: 5124946.
HSL color Cylindrical-coordinate representation of color #52334E: hue angle of 307.74º 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 #52334E is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 51 | 78 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.68 |
| HSL | 307.74º | 0.23% | 0.26% | - |
| HSV(B) | 307.74º | 0.38% | 0.32% | - |
| XYZ | 6.04 | 4.71 | 7.8 | - |
| YUV | 63.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 78 | 0 | 0.38 | 0.05 | 0.68 | 307.74 | 0.23 | 0.26 |
| Hex | 52 | 33 | 4E | 0 | 26 | 5 | 44 | 134 | 17 | 1A |
| Octal | 122 | 63 | 116 | 0 | 46 | 5 | 104 | 464 | 27 | 32 |
| Binary | 1010010 | 110011 | 1001110 | 0 | 100110 | 101 | 1000100 | 100110100 | 10111 | 11010 |
Color Harmonies of #52334E
Complementary color
Monochromatic Colors of #52334E
Black with #52334E
Text Example
Text Example
White with #52334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52334E; }
p { color: rgb(82,51,78); }
H1.HeaderClassName
{
color: #52334E;
}
.AnyTagClassName
{
color: #52334E;
}
</style>
background-color css
<style>
a { background-color: #52334E; }
a { background-color: rgb(82,51,78); }
div.DivClassName
{
background-color: #52334E;
}
.BgClassName
{
background-color: #52334E;
}
</style>
border-color css
<style>
span { border-color: #52334E; }
span { border-color: rgb(82,51,78); }
td.TdClassName
{
border-color: #52334E;
}
.TagClassName
{
border-color: #52334E;
}
</style>