Shades of Loulou #53304E
Tints of Loulou #53304E
RGB
CMYK
RGB Variations
Color information
#53304E (or 0x53304E) is known color: Loulou. HEX triplet: 53, 30 and 4E. RGB value is (83,48,78). Sum of RGB (Red+Green+Blue) = 83+48+78=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53304E is #ACCFB1. Grayscale: #3D3D3D. Windows color (decimal): -11325362 or 5124179. OLE color: 5124179.
HSL color Cylindrical-coordinate representation of color #53304E: hue angle of 308.57º 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 #53304E is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 78 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.67 |
| HSL | 308.57º | 0.27% | 0.26% | - |
| HSV(B) | 308.57º | 0.42% | 0.33% | - |
| XYZ | 6 | 4.5 | 7.76 | - |
| YUV | 61.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 78 | 0 | 0.42 | 0.06 | 0.67 | 308.57 | 0.27 | 0.26 |
| Hex | 53 | 30 | 4E | 0 | 2A | 6 | 43 | 135 | 1B | 1A |
| Octal | 123 | 60 | 116 | 0 | 52 | 6 | 103 | 465 | 33 | 32 |
| Binary | 1010011 | 110000 | 1001110 | 0 | 101010 | 110 | 1000011 | 100110101 | 11011 | 11010 |
Color Harmonies of #53304E
Complementary color
Monochromatic Colors of #53304E
Black with #53304E
Text Example
Text Example
White with #53304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53304E; }
p { color: rgb(83,48,78); }
H1.HeaderClassName
{
color: #53304E;
}
.AnyTagClassName
{
color: #53304E;
}
</style>
background-color css
<style>
a { background-color: #53304E; }
a { background-color: rgb(83,48,78); }
div.DivClassName
{
background-color: #53304E;
}
.BgClassName
{
background-color: #53304E;
}
</style>
border-color css
<style>
span { border-color: #53304E; }
span { border-color: rgb(83,48,78); }
td.TdClassName
{
border-color: #53304E;
}
.TagClassName
{
border-color: #53304E;
}
</style>