Shades of Loulou #55364D
Tints of Loulou #55364D
RGB
CMYK
RGB Variations
Color information
#55364D (or 0x55364D) is known color: Loulou. HEX triplet: 55, 36 and 4D. RGB value is (85,54,77). Sum of RGB (Red+Green+Blue) = 85+54+77=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #55364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55364D is #AAC9B2. Grayscale: #414141. Windows color (decimal): -11192755 or 5060181. OLE color: 5060181.
HSL color Cylindrical-coordinate representation of color #55364D: hue angle of 315.48º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55364D is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 77 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.67 |
| HSL | 315.48º | 0.22% | 0.27% | - |
| HSV(B) | 315.48º | 0.36% | 0.33% | - |
| XYZ | 6.41 | 5.11 | 7.67 | - |
| YUV | 65.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 77 | 0 | 0.36 | 0.09 | 0.67 | 315.48 | 0.22 | 0.27 |
| Hex | 55 | 36 | 4D | 0 | 24 | 9 | 43 | 13B | 16 | 1B |
| Octal | 125 | 66 | 115 | 0 | 44 | 11 | 103 | 473 | 26 | 33 |
| Binary | 1010101 | 110110 | 1001101 | 0 | 100100 | 1001 | 1000011 | 100111011 | 10110 | 11011 |
Color Harmonies of #55364D
Complementary color
Monochromatic Colors of #55364D
Black with #55364D
Text Example
Text Example
White with #55364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55364D; }
p { color: rgb(85,54,77); }
H1.HeaderClassName
{
color: #55364D;
}
.AnyTagClassName
{
color: #55364D;
}
</style>
background-color css
<style>
a { background-color: #55364D; }
a { background-color: rgb(85,54,77); }
div.DivClassName
{
background-color: #55364D;
}
.BgClassName
{
background-color: #55364D;
}
</style>
border-color css
<style>
span { border-color: #55364D; }
span { border-color: rgb(85,54,77); }
td.TdClassName
{
border-color: #55364D;
}
.TagClassName
{
border-color: #55364D;
}
</style>