Shades of Loulou #552543
Tints of Loulou #552543
RGB
CMYK
RGB Variations
Color information
#552543 (or 0x552543) is known color: Loulou. HEX triplet: 55, 25 and 43. RGB value is (85,37,67). Sum of RGB (Red+Green+Blue) = 85+37+67=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #552543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552543 is #AADABC. Grayscale: #363636. Windows color (decimal): -11197117 or 4400469. OLE color: 4400469.
HSL color Cylindrical-coordinate representation of color #552543: hue angle of 322.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552543 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 67 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.67 |
| HSL | 322.5º | 0.39% | 0.24% | - |
| HSV(B) | 322.5º | 0.56% | 0.33% | - |
| XYZ | 5.42 | 3.66 | 5.73 | - |
| YUV | 54.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 67 | 0 | 0.56 | 0.21 | 0.67 | 322.5 | 0.39 | 0.24 |
| Hex | 55 | 25 | 43 | 0 | 38 | 15 | 43 | 142 | 27 | 18 |
| Octal | 125 | 45 | 103 | 0 | 70 | 25 | 103 | 502 | 47 | 30 |
| Binary | 1010101 | 100101 | 1000011 | 0 | 111000 | 10101 | 1000011 | 101000010 | 100111 | 11000 |
Color Harmonies of #552543
Complementary color
Monochromatic Colors of #552543
Black with #552543
Text Example
Text Example
White with #552543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552543; }
p { color: rgb(85,37,67); }
H1.HeaderClassName
{
color: #552543;
}
.AnyTagClassName
{
color: #552543;
}
</style>
background-color css
<style>
a { background-color: #552543; }
a { background-color: rgb(85,37,67); }
div.DivClassName
{
background-color: #552543;
}
.BgClassName
{
background-color: #552543;
}
</style>
border-color css
<style>
span { border-color: #552543; }
span { border-color: rgb(85,37,67); }
td.TdClassName
{
border-color: #552543;
}
.TagClassName
{
border-color: #552543;
}
</style>