Shades of Loulou #56254D
Tints of Loulou #56254D
RGB
CMYK
RGB Variations
Color information
#56254D (or 0x56254D) is known color: Loulou. HEX triplet: 56, 25 and 4D. RGB value is (86,37,77). Sum of RGB (Red+Green+Blue) = 86+37+77=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56254D is #A9DAB2. Grayscale: #383838. Windows color (decimal): -11131571 or 5055830. OLE color: 5055830.
HSL color Cylindrical-coordinate representation of color #56254D: hue angle of 311.02º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56254D is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 37 | 77 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.66 |
| HSL | 311.02º | 0.4% | 0.24% | - |
| HSV(B) | 311.02º | 0.57% | 0.34% | - |
| XYZ | 5.84 | 3.84 | 7.45 | - |
| YUV | 56.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 77 | 0 | 0.57 | 0.10 | 0.66 | 311.02 | 0.4 | 0.24 |
| Hex | 56 | 25 | 4D | 0 | 39 | A | 42 | 137 | 28 | 18 |
| Octal | 126 | 45 | 115 | 0 | 71 | 12 | 102 | 467 | 50 | 30 |
| Binary | 1010110 | 100101 | 1001101 | 0 | 111001 | 1010 | 1000010 | 100110111 | 101000 | 11000 |
Color Harmonies of #56254D
Complementary color
Monochromatic Colors of #56254D
Black with #56254D
Text Example
Text Example
White with #56254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56254D; }
p { color: rgb(86,37,77); }
H1.HeaderClassName
{
color: #56254D;
}
.AnyTagClassName
{
color: #56254D;
}
</style>
background-color css
<style>
a { background-color: #56254D; }
a { background-color: rgb(86,37,77); }
div.DivClassName
{
background-color: #56254D;
}
.BgClassName
{
background-color: #56254D;
}
</style>
border-color css
<style>
span { border-color: #56254D; }
span { border-color: rgb(86,37,77); }
td.TdClassName
{
border-color: #56254D;
}
.TagClassName
{
border-color: #56254D;
}
</style>