Shades of Loulou #56264D
Tints of Loulou #56264D
RGB
CMYK
RGB Variations
Color information
#56264D (or 0x56264D) is known color: Loulou. HEX triplet: 56, 26 and 4D. RGB value is (86,38,77). Sum of RGB (Red+Green+Blue) = 86+38+77=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56264D is #A9D9B2. Grayscale: #383838. Windows color (decimal): -11131315 or 5056086. OLE color: 5056086.
HSL color Cylindrical-coordinate representation of color #56264D: hue angle of 311.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56264D is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 38 | 77 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.66 |
| HSL | 311.25º | 0.39% | 0.24% | - |
| HSV(B) | 311.25º | 0.56% | 0.34% | - |
| XYZ | 5.87 | 3.9 | 7.46 | - |
| YUV | 56.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 77 | 0 | 0.56 | 0.10 | 0.66 | 311.25 | 0.39 | 0.24 |
| Hex | 56 | 26 | 4D | 0 | 38 | A | 42 | 137 | 27 | 18 |
| Octal | 126 | 46 | 115 | 0 | 70 | 12 | 102 | 467 | 47 | 30 |
| Binary | 1010110 | 100110 | 1001101 | 0 | 111000 | 1010 | 1000010 | 100110111 | 100111 | 11000 |
Color Harmonies of #56264D
Complementary color
Monochromatic Colors of #56264D
Black with #56264D
Text Example
Text Example
White with #56264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56264D; }
p { color: rgb(86,38,77); }
H1.HeaderClassName
{
color: #56264D;
}
.AnyTagClassName
{
color: #56264D;
}
</style>
background-color css
<style>
a { background-color: #56264D; }
a { background-color: rgb(86,38,77); }
div.DivClassName
{
background-color: #56264D;
}
.BgClassName
{
background-color: #56264D;
}
</style>
border-color css
<style>
span { border-color: #56264D; }
span { border-color: rgb(86,38,77); }
td.TdClassName
{
border-color: #56264D;
}
.TagClassName
{
border-color: #56264D;
}
</style>