Shades of Loulou #56154C
Tints of Loulou #56154C
RGB
CMYK
RGB Variations
Color information
#56154C (or 0x56154C) is known color: Loulou. HEX triplet: 56, 15 and 4C. RGB value is (86,21,76). Sum of RGB (Red+Green+Blue) = 86+21+76=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56154C is #A9EAB3. Grayscale: #2E2E2E. Windows color (decimal): -11135668 or 4986198. OLE color: 4986198.
HSL color Cylindrical-coordinate representation of color #56154C: hue angle of 309.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56154C is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 21 | 76 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.66 |
| HSL | 309.23º | 0.61% | 0.21% | - |
| HSV(B) | 309.23º | 0.76% | 0.34% | - |
| XYZ | 5.41 | 3.04 | 7.14 | - |
| YUV | 46.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 76 | 0 | 0.76 | 0.12 | 0.66 | 309.23 | 0.61 | 0.21 |
| Hex | 56 | 15 | 4C | 0 | 4C | C | 42 | 135 | 3D | 15 |
| Octal | 126 | 25 | 114 | 0 | 114 | 14 | 102 | 465 | 75 | 25 |
| Binary | 1010110 | 10101 | 1001100 | 0 | 1001100 | 1100 | 1000010 | 100110101 | 111101 | 10101 |
Color Harmonies of #56154C
Complementary color
Monochromatic Colors of #56154C
Black with #56154C
Text Example
Text Example
White with #56154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56154C; }
p { color: rgb(86,21,76); }
H1.HeaderClassName
{
color: #56154C;
}
.AnyTagClassName
{
color: #56154C;
}
</style>
background-color css
<style>
a { background-color: #56154C; }
a { background-color: rgb(86,21,76); }
div.DivClassName
{
background-color: #56154C;
}
.BgClassName
{
background-color: #56154C;
}
</style>
border-color css
<style>
span { border-color: #56154C; }
span { border-color: rgb(86,21,76); }
td.TdClassName
{
border-color: #56154C;
}
.TagClassName
{
border-color: #56154C;
}
</style>