Shades of Loulou #56274E
Tints of Loulou #56274E
RGB
CMYK
RGB Variations
Color information
#56274E (or 0x56274E) is known color: Loulou. HEX triplet: 56, 27 and 4E. RGB value is (86,39,78). Sum of RGB (Red+Green+Blue) = 86+39+78=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #56274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56274E is #A9D8B1. Grayscale: #393939. Windows color (decimal): -11131058 or 5121878. OLE color: 5121878.
HSL color Cylindrical-coordinate representation of color #56274E: hue angle of 310.21º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56274E is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 39 | 78 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.66 |
| HSL | 310.21º | 0.38% | 0.25% | - |
| HSV(B) | 310.21º | 0.55% | 0.34% | - |
| XYZ | 5.94 | 3.98 | 7.66 | - |
| YUV | 57.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 78 | 0 | 0.55 | 0.09 | 0.66 | 310.21 | 0.38 | 0.25 |
| Hex | 56 | 27 | 4E | 0 | 37 | 9 | 42 | 136 | 26 | 19 |
| Octal | 126 | 47 | 116 | 0 | 67 | 11 | 102 | 466 | 46 | 31 |
| Binary | 1010110 | 100111 | 1001110 | 0 | 110111 | 1001 | 1000010 | 100110110 | 100110 | 11001 |
Color Harmonies of #56274E
Complementary color
Monochromatic Colors of #56274E
Black with #56274E
Text Example
Text Example
White with #56274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56274E; }
p { color: rgb(86,39,78); }
H1.HeaderClassName
{
color: #56274E;
}
.AnyTagClassName
{
color: #56274E;
}
</style>
background-color css
<style>
a { background-color: #56274E; }
a { background-color: rgb(86,39,78); }
div.DivClassName
{
background-color: #56274E;
}
.BgClassName
{
background-color: #56274E;
}
</style>
border-color css
<style>
span { border-color: #56274E; }
span { border-color: rgb(86,39,78); }
td.TdClassName
{
border-color: #56274E;
}
.TagClassName
{
border-color: #56274E;
}
</style>