Shades of Loulou #55354D
Tints of Loulou #55354D
RGB
CMYK
RGB Variations
Color information
#55354D (or 0x55354D) is known color: Loulou. HEX triplet: 55, 35 and 4D. RGB value is (85,53,77). Sum of RGB (Red+Green+Blue) = 85+53+77=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55354D is #AACAB2. Grayscale: #414141. Windows color (decimal): -11193011 or 5059925. OLE color: 5059925.
HSL color Cylindrical-coordinate representation of color #55354D: hue angle of 315º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55354D is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 53 | 77 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.67 |
| HSL | 315º | 0.23% | 0.27% | - |
| HSV(B) | 315º | 0.38% | 0.33% | - |
| XYZ | 6.36 | 5.01 | 7.65 | - |
| YUV | 65.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 77 | 0 | 0.38 | 0.09 | 0.67 | 315 | 0.23 | 0.27 |
| Hex | 55 | 35 | 4D | 0 | 26 | 9 | 43 | 13B | 17 | 1B |
| Octal | 125 | 65 | 115 | 0 | 46 | 11 | 103 | 473 | 27 | 33 |
| Binary | 1010101 | 110101 | 1001101 | 0 | 100110 | 1001 | 1000011 | 100111011 | 10111 | 11011 |
Color Harmonies of #55354D
Complementary color
Monochromatic Colors of #55354D
Black with #55354D
Text Example
Text Example
White with #55354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55354D; }
p { color: rgb(85,53,77); }
H1.HeaderClassName
{
color: #55354D;
}
.AnyTagClassName
{
color: #55354D;
}
</style>
background-color css
<style>
a { background-color: #55354D; }
a { background-color: rgb(85,53,77); }
div.DivClassName
{
background-color: #55354D;
}
.BgClassName
{
background-color: #55354D;
}
</style>
border-color css
<style>
span { border-color: #55354D; }
span { border-color: rgb(85,53,77); }
td.TdClassName
{
border-color: #55354D;
}
.TagClassName
{
border-color: #55354D;
}
</style>