Shades of Loulou #55364A
Tints of Loulou #55364A
RGB
CMYK
RGB Variations
Color information
#55364A (or 0x55364A) is known color: Loulou. HEX triplet: 55, 36 and 4A. RGB value is (85,54,74). Sum of RGB (Red+Green+Blue) = 85+54+74=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55364A is #AAC9B5. Grayscale: #414141. Windows color (decimal): -11192758 or 4863573. OLE color: 4863573.
HSL color Cylindrical-coordinate representation of color #55364A: hue angle of 321.29º 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 #55364A is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 54 | 74 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.67 |
| HSL | 321.29º | 0.22% | 0.27% | - |
| HSV(B) | 321.29º | 0.36% | 0.33% | - |
| XYZ | 6.3 | 5.06 | 7.12 | - |
| YUV | 65.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 74 | 0 | 0.36 | 0.13 | 0.67 | 321.29 | 0.22 | 0.27 |
| Hex | 55 | 36 | 4A | 0 | 24 | D | 43 | 141 | 16 | 1B |
| Octal | 125 | 66 | 112 | 0 | 44 | 15 | 103 | 501 | 26 | 33 |
| Binary | 1010101 | 110110 | 1001010 | 0 | 100100 | 1101 | 1000011 | 101000001 | 10110 | 11011 |
Color Harmonies of #55364A
Complementary color
Monochromatic Colors of #55364A
Black with #55364A
Text Example
Text Example
White with #55364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55364A; }
p { color: rgb(85,54,74); }
H1.HeaderClassName
{
color: #55364A;
}
.AnyTagClassName
{
color: #55364A;
}
</style>
background-color css
<style>
a { background-color: #55364A; }
a { background-color: rgb(85,54,74); }
div.DivClassName
{
background-color: #55364A;
}
.BgClassName
{
background-color: #55364A;
}
</style>
border-color css
<style>
span { border-color: #55364A; }
span { border-color: rgb(85,54,74); }
td.TdClassName
{
border-color: #55364A;
}
.TagClassName
{
border-color: #55364A;
}
</style>