Shades of Loulou #56284C
Tints of Loulou #56284C
RGB
CMYK
RGB Variations
Color information
#56284C (or 0x56284C) is known color: Loulou. HEX triplet: 56, 28 and 4C. RGB value is (86,40,76). Sum of RGB (Red+Green+Blue) = 86+40+76=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #56284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56284C is #A9D7B3. Grayscale: #393939. Windows color (decimal): -11130804 or 4991062. OLE color: 4991062.
HSL color Cylindrical-coordinate representation of color #56284C: hue angle of 313.04º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56284C is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 40 | 76 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.66 |
| HSL | 313.04º | 0.37% | 0.25% | - |
| HSV(B) | 313.04º | 0.53% | 0.34% | - |
| XYZ | 5.9 | 4.02 | 7.3 | - |
| YUV | 57.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 40 | 76 | 0 | 0.53 | 0.12 | 0.66 | 313.04 | 0.37 | 0.25 |
| Hex | 56 | 28 | 4C | 0 | 35 | C | 42 | 139 | 25 | 19 |
| Octal | 126 | 50 | 114 | 0 | 65 | 14 | 102 | 471 | 45 | 31 |
| Binary | 1010110 | 101000 | 1001100 | 0 | 110101 | 1100 | 1000010 | 100111001 | 100101 | 11001 |
Color Harmonies of #56284C
Complementary color
Monochromatic Colors of #56284C
Black with #56284C
Text Example
Text Example
White with #56284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56284C; }
p { color: rgb(86,40,76); }
H1.HeaderClassName
{
color: #56284C;
}
.AnyTagClassName
{
color: #56284C;
}
</style>
background-color css
<style>
a { background-color: #56284C; }
a { background-color: rgb(86,40,76); }
div.DivClassName
{
background-color: #56284C;
}
.BgClassName
{
background-color: #56284C;
}
</style>
border-color css
<style>
span { border-color: #56284C; }
span { border-color: rgb(86,40,76); }
td.TdClassName
{
border-color: #56284C;
}
.TagClassName
{
border-color: #56284C;
}
</style>