Shades of Loulou #551B4E
Tints of Loulou #551B4E
RGB
CMYK
RGB Variations
Color information
#551B4E (or 0x551B4E) is known color: Loulou. HEX triplet: 55, 1B and 4E. RGB value is (85,27,78). Sum of RGB (Red+Green+Blue) = 85+27+78=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #551B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B4E is #AAE4B1. Grayscale: #323232. Windows color (decimal): -11199666 or 5118805. OLE color: 5118805.
HSL color Cylindrical-coordinate representation of color #551B4E: hue angle of 307.24º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B4E is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 78 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.67 |
| HSL | 307.24º | 0.52% | 0.22% | - |
| HSV(B) | 307.24º | 0.68% | 0.33% | - |
| XYZ | 5.51 | 3.27 | 7.55 | - |
| YUV | 50.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 78 | 0 | 0.68 | 0.08 | 0.67 | 307.24 | 0.52 | 0.22 |
| Hex | 55 | 1B | 4E | 0 | 44 | 8 | 43 | 133 | 34 | 16 |
| Octal | 125 | 33 | 116 | 0 | 104 | 10 | 103 | 463 | 64 | 26 |
| Binary | 1010101 | 11011 | 1001110 | 0 | 1000100 | 1000 | 1000011 | 100110011 | 110100 | 10110 |
Color Harmonies of #551B4E
Complementary color
Monochromatic Colors of #551B4E
Black with #551B4E
Text Example
Text Example
White with #551B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B4E; }
p { color: rgb(85,27,78); }
H1.HeaderClassName
{
color: #551B4E;
}
.AnyTagClassName
{
color: #551B4E;
}
</style>
background-color css
<style>
a { background-color: #551B4E; }
a { background-color: rgb(85,27,78); }
div.DivClassName
{
background-color: #551B4E;
}
.BgClassName
{
background-color: #551B4E;
}
</style>
border-color css
<style>
span { border-color: #551B4E; }
span { border-color: rgb(85,27,78); }
td.TdClassName
{
border-color: #551B4E;
}
.TagClassName
{
border-color: #551B4E;
}
</style>