Shades of Loulou #551F4E
Tints of Loulou #551F4E
RGB
CMYK
RGB Variations
Color information
#551F4E (or 0x551F4E) is known color: Loulou. HEX triplet: 55, 1F and 4E. RGB value is (85,31,78). Sum of RGB (Red+Green+Blue) = 85+31+78=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #551F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F4E is #AAE0B1. Grayscale: #343434. Windows color (decimal): -11198642 or 5119829. OLE color: 5119829.
HSL color Cylindrical-coordinate representation of color #551F4E: hue angle of 307.78º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F4E is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 31 | 78 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.67 |
| HSL | 307.78º | 0.47% | 0.23% | - |
| HSV(B) | 307.78º | 0.64% | 0.33% | - |
| XYZ | 5.61 | 3.46 | 7.58 | - |
| YUV | 52.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 78 | 0 | 0.64 | 0.08 | 0.67 | 307.78 | 0.47 | 0.23 |
| Hex | 55 | 1F | 4E | 0 | 40 | 8 | 43 | 134 | 2F | 17 |
| Octal | 125 | 37 | 116 | 0 | 100 | 10 | 103 | 464 | 57 | 27 |
| Binary | 1010101 | 11111 | 1001110 | 0 | 1000000 | 1000 | 1000011 | 100110100 | 101111 | 10111 |
Color Harmonies of #551F4E
Complementary color
Monochromatic Colors of #551F4E
Black with #551F4E
Text Example
Text Example
White with #551F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551F4E; }
p { color: rgb(85,31,78); }
H1.HeaderClassName
{
color: #551F4E;
}
.AnyTagClassName
{
color: #551F4E;
}
</style>
background-color css
<style>
a { background-color: #551F4E; }
a { background-color: rgb(85,31,78); }
div.DivClassName
{
background-color: #551F4E;
}
.BgClassName
{
background-color: #551F4E;
}
</style>
border-color css
<style>
span { border-color: #551F4E; }
span { border-color: rgb(85,31,78); }
td.TdClassName
{
border-color: #551F4E;
}
.TagClassName
{
border-color: #551F4E;
}
</style>