Shades of Loulou #53264C
Tints of Loulou #53264C
RGB
CMYK
RGB Variations
Color information
#53264C (or 0x53264C) is known color: Loulou. HEX triplet: 53, 26 and 4C. RGB value is (83,38,76). Sum of RGB (Red+Green+Blue) = 83+38+76=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53264C is #ACD9B3. Grayscale: #373737. Windows color (decimal): -11327924 or 4990547. OLE color: 4990547.
HSL color Cylindrical-coordinate representation of color #53264C: hue angle of 309.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53264C is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 38 | 76 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.67 |
| HSL | 309.33º | 0.37% | 0.24% | - |
| HSV(B) | 309.33º | 0.54% | 0.33% | - |
| XYZ | 5.56 | 3.75 | 7.27 | - |
| YUV | 55.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 76 | 0 | 0.54 | 0.08 | 0.67 | 309.33 | 0.37 | 0.24 |
| Hex | 53 | 26 | 4C | 0 | 36 | 8 | 43 | 135 | 25 | 18 |
| Octal | 123 | 46 | 114 | 0 | 66 | 10 | 103 | 465 | 45 | 30 |
| Binary | 1010011 | 100110 | 1001100 | 0 | 110110 | 1000 | 1000011 | 100110101 | 100101 | 11000 |
Color Harmonies of #53264C
Complementary color
Monochromatic Colors of #53264C
Black with #53264C
Text Example
Text Example
White with #53264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53264C; }
p { color: rgb(83,38,76); }
H1.HeaderClassName
{
color: #53264C;
}
.AnyTagClassName
{
color: #53264C;
}
</style>
background-color css
<style>
a { background-color: #53264C; }
a { background-color: rgb(83,38,76); }
div.DivClassName
{
background-color: #53264C;
}
.BgClassName
{
background-color: #53264C;
}
</style>
border-color css
<style>
span { border-color: #53264C; }
span { border-color: rgb(83,38,76); }
td.TdClassName
{
border-color: #53264C;
}
.TagClassName
{
border-color: #53264C;
}
</style>