Shades of Loulou #55164A
Tints of Loulou #55164A
RGB
CMYK
RGB Variations
Color information
#55164A (or 0x55164A) is known color: Loulou. HEX triplet: 55, 16 and 4A. RGB value is (85,22,74). Sum of RGB (Red+Green+Blue) = 85+22+74=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55164A is #AAE9B5. Grayscale: #2E2E2E. Windows color (decimal): -11200950 or 4855381. OLE color: 4855381.
HSL color Cylindrical-coordinate representation of color #55164A: hue angle of 310.48º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55164A is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 22 | 74 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.67 |
| HSL | 310.48º | 0.59% | 0.21% | - |
| HSV(B) | 310.48º | 0.74% | 0.33% | - |
| XYZ | 5.27 | 3 | 6.78 | - |
| YUV | 46.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 74 | 0 | 0.74 | 0.13 | 0.67 | 310.48 | 0.59 | 0.21 |
| Hex | 55 | 16 | 4A | 0 | 4A | D | 43 | 136 | 3B | 15 |
| Octal | 125 | 26 | 112 | 0 | 112 | 15 | 103 | 466 | 73 | 25 |
| Binary | 1010101 | 10110 | 1001010 | 0 | 1001010 | 1101 | 1000011 | 100110110 | 111011 | 10101 |
Color Harmonies of #55164A
Complementary color
Monochromatic Colors of #55164A
Black with #55164A
Text Example
Text Example
White with #55164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55164A; }
p { color: rgb(85,22,74); }
H1.HeaderClassName
{
color: #55164A;
}
.AnyTagClassName
{
color: #55164A;
}
</style>
background-color css
<style>
a { background-color: #55164A; }
a { background-color: rgb(85,22,74); }
div.DivClassName
{
background-color: #55164A;
}
.BgClassName
{
background-color: #55164A;
}
</style>
border-color css
<style>
span { border-color: #55164A; }
span { border-color: rgb(85,22,74); }
td.TdClassName
{
border-color: #55164A;
}
.TagClassName
{
border-color: #55164A;
}
</style>