Shades of Loulou #53294E
Tints of Loulou #53294E
RGB
CMYK
RGB Variations
Color information
#53294E (or 0x53294E) is known color: Loulou. HEX triplet: 53, 29 and 4E. RGB value is (83,41,78). Sum of RGB (Red+Green+Blue) = 83+41+78=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #53294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53294E is #ACD6B1. Grayscale: #393939. Windows color (decimal): -11327154 or 5122387. OLE color: 5122387.
HSL color Cylindrical-coordinate representation of color #53294E: hue angle of 307.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53294E is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 78 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.67 |
| HSL | 307.14º | 0.34% | 0.24% | - |
| HSV(B) | 307.14º | 0.51% | 0.33% | - |
| XYZ | 5.74 | 3.97 | 7.67 | - |
| YUV | 57.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 78 | 0 | 0.51 | 0.06 | 0.67 | 307.14 | 0.34 | 0.24 |
| Hex | 53 | 29 | 4E | 0 | 33 | 6 | 43 | 133 | 22 | 18 |
| Octal | 123 | 51 | 116 | 0 | 63 | 6 | 103 | 463 | 42 | 30 |
| Binary | 1010011 | 101001 | 1001110 | 0 | 110011 | 110 | 1000011 | 100110011 | 100010 | 11000 |
Color Harmonies of #53294E
Complementary color
Monochromatic Colors of #53294E
Black with #53294E
Text Example
Text Example
White with #53294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53294E; }
p { color: rgb(83,41,78); }
H1.HeaderClassName
{
color: #53294E;
}
.AnyTagClassName
{
color: #53294E;
}
</style>
background-color css
<style>
a { background-color: #53294E; }
a { background-color: rgb(83,41,78); }
div.DivClassName
{
background-color: #53294E;
}
.BgClassName
{
background-color: #53294E;
}
</style>
border-color css
<style>
span { border-color: #53294E; }
span { border-color: rgb(83,41,78); }
td.TdClassName
{
border-color: #53294E;
}
.TagClassName
{
border-color: #53294E;
}
</style>