Shades of Loulou #53304D
Tints of Loulou #53304D
RGB
CMYK
RGB Variations
Color information
#53304D (or 0x53304D) is known color: Loulou. HEX triplet: 53, 30 and 4D. RGB value is (83,48,77). Sum of RGB (Red+Green+Blue) = 83+48+77=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53304D is #ACCFB2. Grayscale: #3D3D3D. Windows color (decimal): -11325363 or 5058643. OLE color: 5058643.
HSL color Cylindrical-coordinate representation of color #53304D: hue angle of 310.29º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53304D is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 77 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.67 |
| HSL | 310.29º | 0.27% | 0.26% | - |
| HSV(B) | 310.29º | 0.42% | 0.33% | - |
| XYZ | 5.96 | 4.49 | 7.57 | - |
| YUV | 61.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 77 | 0 | 0.42 | 0.07 | 0.67 | 310.29 | 0.27 | 0.26 |
| Hex | 53 | 30 | 4D | 0 | 2A | 7 | 43 | 136 | 1B | 1A |
| Octal | 123 | 60 | 115 | 0 | 52 | 7 | 103 | 466 | 33 | 32 |
| Binary | 1010011 | 110000 | 1001101 | 0 | 101010 | 111 | 1000011 | 100110110 | 11011 | 11010 |
Color Harmonies of #53304D
Complementary color
Monochromatic Colors of #53304D
Black with #53304D
Text Example
Text Example
White with #53304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53304D; }
p { color: rgb(83,48,77); }
H1.HeaderClassName
{
color: #53304D;
}
.AnyTagClassName
{
color: #53304D;
}
</style>
background-color css
<style>
a { background-color: #53304D; }
a { background-color: rgb(83,48,77); }
div.DivClassName
{
background-color: #53304D;
}
.BgClassName
{
background-color: #53304D;
}
</style>
border-color css
<style>
span { border-color: #53304D; }
span { border-color: rgb(83,48,77); }
td.TdClassName
{
border-color: #53304D;
}
.TagClassName
{
border-color: #53304D;
}
</style>