Shades of Loulou #53294D
Tints of Loulou #53294D
RGB
CMYK
RGB Variations
Color information
#53294D (or 0x53294D) is known color: Loulou. HEX triplet: 53, 29 and 4D. RGB value is (83,41,77). Sum of RGB (Red+Green+Blue) = 83+41+77=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53294D is #ACD6B2. Grayscale: #393939. Windows color (decimal): -11327155 or 5056851. OLE color: 5056851.
HSL color Cylindrical-coordinate representation of color #53294D: hue angle of 308.57º 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 #53294D is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 41 | 77 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.67 |
| HSL | 308.57º | 0.34% | 0.24% | - |
| HSV(B) | 308.57º | 0.51% | 0.33% | - |
| XYZ | 5.7 | 3.96 | 7.49 | - |
| YUV | 57.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 77 | 0 | 0.51 | 0.07 | 0.67 | 308.57 | 0.34 | 0.24 |
| Hex | 53 | 29 | 4D | 0 | 33 | 7 | 43 | 135 | 22 | 18 |
| Octal | 123 | 51 | 115 | 0 | 63 | 7 | 103 | 465 | 42 | 30 |
| Binary | 1010011 | 101001 | 1001101 | 0 | 110011 | 111 | 1000011 | 100110101 | 100010 | 11000 |
Color Harmonies of #53294D
Complementary color
Monochromatic Colors of #53294D
Black with #53294D
Text Example
Text Example
White with #53294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53294D; }
p { color: rgb(83,41,77); }
H1.HeaderClassName
{
color: #53294D;
}
.AnyTagClassName
{
color: #53294D;
}
</style>
background-color css
<style>
a { background-color: #53294D; }
a { background-color: rgb(83,41,77); }
div.DivClassName
{
background-color: #53294D;
}
.BgClassName
{
background-color: #53294D;
}
</style>
border-color css
<style>
span { border-color: #53294D; }
span { border-color: rgb(83,41,77); }
td.TdClassName
{
border-color: #53294D;
}
.TagClassName
{
border-color: #53294D;
}
</style>