Shades of Loulou #56304D
Tints of Loulou #56304D
RGB
CMYK
RGB Variations
Color information
#56304D (or 0x56304D) is known color: Loulou. HEX triplet: 56, 30 and 4D. RGB value is (86,48,77). Sum of RGB (Red+Green+Blue) = 86+48+77=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #56304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56304D is #A9CFB2. Grayscale: #3E3E3E. Windows color (decimal): -11128755 or 5058646. OLE color: 5058646.
HSL color Cylindrical-coordinate representation of color #56304D: hue angle of 314.21º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56304D is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 48 | 77 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.66 |
| HSL | 314.21º | 0.28% | 0.26% | - |
| HSV(B) | 314.21º | 0.44% | 0.34% | - |
| XYZ | 6.23 | 4.63 | 7.59 | - |
| YUV | 62.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 48 | 77 | 0 | 0.44 | 0.10 | 0.66 | 314.21 | 0.28 | 0.26 |
| Hex | 56 | 30 | 4D | 0 | 2C | A | 42 | 13A | 1C | 1A |
| Octal | 126 | 60 | 115 | 0 | 54 | 12 | 102 | 472 | 34 | 32 |
| Binary | 1010110 | 110000 | 1001101 | 0 | 101100 | 1010 | 1000010 | 100111010 | 11100 | 11010 |
Color Harmonies of #56304D
Complementary color
Monochromatic Colors of #56304D
Black with #56304D
Text Example
Text Example
White with #56304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56304D; }
p { color: rgb(86,48,77); }
H1.HeaderClassName
{
color: #56304D;
}
.AnyTagClassName
{
color: #56304D;
}
</style>
background-color css
<style>
a { background-color: #56304D; }
a { background-color: rgb(86,48,77); }
div.DivClassName
{
background-color: #56304D;
}
.BgClassName
{
background-color: #56304D;
}
</style>
border-color css
<style>
span { border-color: #56304D; }
span { border-color: rgb(86,48,77); }
td.TdClassName
{
border-color: #56304D;
}
.TagClassName
{
border-color: #56304D;
}
</style>