Shades of Loulou #551C4E
Tints of Loulou #551C4E
RGB
CMYK
RGB Variations
Color information
#551C4E (or 0x551C4E) is known color: Loulou. HEX triplet: 55, 1C and 4E. RGB value is (85,28,78). Sum of RGB (Red+Green+Blue) = 85+28+78=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C4E is #AAE3B1. Grayscale: #323232. Windows color (decimal): -11199410 or 5119061. OLE color: 5119061.
HSL color Cylindrical-coordinate representation of color #551C4E: hue angle of 307.37º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C4E is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 28 | 78 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.67 |
| HSL | 307.37º | 0.5% | 0.22% | - |
| HSV(B) | 307.37º | 0.67% | 0.33% | - |
| XYZ | 5.54 | 3.31 | 7.56 | - |
| YUV | 50.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 78 | 0 | 0.67 | 0.08 | 0.67 | 307.37 | 0.5 | 0.22 |
| Hex | 55 | 1C | 4E | 0 | 43 | 8 | 43 | 133 | 32 | 16 |
| Octal | 125 | 34 | 116 | 0 | 103 | 10 | 103 | 463 | 62 | 26 |
| Binary | 1010101 | 11100 | 1001110 | 0 | 1000011 | 1000 | 1000011 | 100110011 | 110010 | 10110 |
Color Harmonies of #551C4E
Complementary color
Monochromatic Colors of #551C4E
Black with #551C4E
Text Example
Text Example
White with #551C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551C4E; }
p { color: rgb(85,28,78); }
H1.HeaderClassName
{
color: #551C4E;
}
.AnyTagClassName
{
color: #551C4E;
}
</style>
background-color css
<style>
a { background-color: #551C4E; }
a { background-color: rgb(85,28,78); }
div.DivClassName
{
background-color: #551C4E;
}
.BgClassName
{
background-color: #551C4E;
}
</style>
border-color css
<style>
span { border-color: #551C4E; }
span { border-color: rgb(85,28,78); }
td.TdClassName
{
border-color: #551C4E;
}
.TagClassName
{
border-color: #551C4E;
}
</style>