Shades of Loulou #552E45
Tints of Loulou #552E45
RGB
CMYK
RGB Variations
Color information
#552E45 (or 0x552E45) is known color: Loulou. HEX triplet: 55, 2E and 45. RGB value is (85,46,69). Sum of RGB (Red+Green+Blue) = 85+46+69=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #552E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E45 is #AAD1BA. Grayscale: #3C3C3C. Windows color (decimal): -11194811 or 4533845. OLE color: 4533845.
HSL color Cylindrical-coordinate representation of color #552E45: hue angle of 324.62º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E45 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 69 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.67 |
| HSL | 324.62º | 0.3% | 0.26% | - |
| HSV(B) | 324.62º | 0.46% | 0.33% | - |
| XYZ | 5.8 | 4.31 | 6.16 | - |
| YUV | 60.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 69 | 0 | 0.46 | 0.19 | 0.67 | 324.62 | 0.3 | 0.26 |
| Hex | 55 | 2E | 45 | 0 | 2E | 13 | 43 | 145 | 1E | 1A |
| Octal | 125 | 56 | 105 | 0 | 56 | 23 | 103 | 505 | 36 | 32 |
| Binary | 1010101 | 101110 | 1000101 | 0 | 101110 | 10011 | 1000011 | 101000101 | 11110 | 11010 |
Color Harmonies of #552E45
Complementary color
Monochromatic Colors of #552E45
Black with #552E45
Text Example
Text Example
White with #552E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E45; }
p { color: rgb(85,46,69); }
H1.HeaderClassName
{
color: #552E45;
}
.AnyTagClassName
{
color: #552E45;
}
</style>
background-color css
<style>
a { background-color: #552E45; }
a { background-color: rgb(85,46,69); }
div.DivClassName
{
background-color: #552E45;
}
.BgClassName
{
background-color: #552E45;
}
</style>
border-color css
<style>
span { border-color: #552E45; }
span { border-color: rgb(85,46,69); }
td.TdClassName
{
border-color: #552E45;
}
.TagClassName
{
border-color: #552E45;
}
</style>