Shades of Loulou #56254B
Tints of Loulou #56254B
RGB
CMYK
RGB Variations
Color information
#56254B (or 0x56254B) is known color: Loulou. HEX triplet: 56, 25 and 4B. RGB value is (86,37,75). Sum of RGB (Red+Green+Blue) = 86+37+75=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56254B is #A9DAB4. Grayscale: #373737. Windows color (decimal): -11131573 or 4924758. OLE color: 4924758.
HSL color Cylindrical-coordinate representation of color #56254B: hue angle of 313.47º 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 #56254B is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 37 | 75 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.66 |
| HSL | 313.47º | 0.4% | 0.24% | - |
| HSV(B) | 313.47º | 0.57% | 0.34% | - |
| XYZ | 5.77 | 3.81 | 7.09 | - |
| YUV | 55.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 75 | 0 | 0.57 | 0.13 | 0.66 | 313.47 | 0.4 | 0.24 |
| Hex | 56 | 25 | 4B | 0 | 39 | D | 42 | 139 | 28 | 18 |
| Octal | 126 | 45 | 113 | 0 | 71 | 15 | 102 | 471 | 50 | 30 |
| Binary | 1010110 | 100101 | 1001011 | 0 | 111001 | 1101 | 1000010 | 100111001 | 101000 | 11000 |
Color Harmonies of #56254B
Complementary color
Monochromatic Colors of #56254B
Black with #56254B
Text Example
Text Example
White with #56254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56254B; }
p { color: rgb(86,37,75); }
H1.HeaderClassName
{
color: #56254B;
}
.AnyTagClassName
{
color: #56254B;
}
</style>
background-color css
<style>
a { background-color: #56254B; }
a { background-color: rgb(86,37,75); }
div.DivClassName
{
background-color: #56254B;
}
.BgClassName
{
background-color: #56254B;
}
</style>
border-color css
<style>
span { border-color: #56254B; }
span { border-color: rgb(86,37,75); }
td.TdClassName
{
border-color: #56254B;
}
.TagClassName
{
border-color: #56254B;
}
</style>