Shades of Loulou #551D4E
Tints of Loulou #551D4E
RGB
CMYK
RGB Variations
Color information
#551D4E (or 0x551D4E) is known color: Loulou. HEX triplet: 55, 1D and 4E. RGB value is (85,29,78). Sum of RGB (Red+Green+Blue) = 85+29+78=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #551D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D4E is #AAE2B1. Grayscale: #333333. Windows color (decimal): -11199154 or 5119317. OLE color: 5119317.
HSL color Cylindrical-coordinate representation of color #551D4E: hue angle of 307.5º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D4E is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 78 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.67 |
| HSL | 307.5º | 0.49% | 0.22% | - |
| HSV(B) | 307.5º | 0.66% | 0.33% | - |
| XYZ | 5.56 | 3.36 | 7.56 | - |
| YUV | 51.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 78 | 0 | 0.66 | 0.08 | 0.67 | 307.5 | 0.49 | 0.22 |
| Hex | 55 | 1D | 4E | 0 | 42 | 8 | 43 | 134 | 31 | 16 |
| Octal | 125 | 35 | 116 | 0 | 102 | 10 | 103 | 464 | 61 | 26 |
| Binary | 1010101 | 11101 | 1001110 | 0 | 1000010 | 1000 | 1000011 | 100110100 | 110001 | 10110 |
Color Harmonies of #551D4E
Complementary color
Monochromatic Colors of #551D4E
Black with #551D4E
Text Example
Text Example
White with #551D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D4E; }
p { color: rgb(85,29,78); }
H1.HeaderClassName
{
color: #551D4E;
}
.AnyTagClassName
{
color: #551D4E;
}
</style>
background-color css
<style>
a { background-color: #551D4E; }
a { background-color: rgb(85,29,78); }
div.DivClassName
{
background-color: #551D4E;
}
.BgClassName
{
background-color: #551D4E;
}
</style>
border-color css
<style>
span { border-color: #551D4E; }
span { border-color: rgb(85,29,78); }
td.TdClassName
{
border-color: #551D4E;
}
.TagClassName
{
border-color: #551D4E;
}
</style>