Shades of Loulou #55304E
Tints of Loulou #55304E
RGB
CMYK
RGB Variations
Color information
#55304E (or 0x55304E) is known color: Loulou. HEX triplet: 55, 30 and 4E. RGB value is (85,48,78). Sum of RGB (Red+Green+Blue) = 85+48+78=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55304E is #AACFB1. Grayscale: #3E3E3E. Windows color (decimal): -11194290 or 5124181. OLE color: 5124181.
HSL color Cylindrical-coordinate representation of color #55304E: hue angle of 311.35º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55304E is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 48 | 78 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.67 |
| HSL | 311.35º | 0.28% | 0.26% | - |
| HSV(B) | 311.35º | 0.44% | 0.33% | - |
| XYZ | 6.18 | 4.6 | 7.77 | - |
| YUV | 62.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 78 | 0 | 0.44 | 0.08 | 0.67 | 311.35 | 0.28 | 0.26 |
| Hex | 55 | 30 | 4E | 0 | 2C | 8 | 43 | 137 | 1C | 1A |
| Octal | 125 | 60 | 116 | 0 | 54 | 10 | 103 | 467 | 34 | 32 |
| Binary | 1010101 | 110000 | 1001110 | 0 | 101100 | 1000 | 1000011 | 100110111 | 11100 | 11010 |
Color Harmonies of #55304E
Complementary color
Monochromatic Colors of #55304E
Black with #55304E
Text Example
Text Example
White with #55304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55304E; }
p { color: rgb(85,48,78); }
H1.HeaderClassName
{
color: #55304E;
}
.AnyTagClassName
{
color: #55304E;
}
</style>
background-color css
<style>
a { background-color: #55304E; }
a { background-color: rgb(85,48,78); }
div.DivClassName
{
background-color: #55304E;
}
.BgClassName
{
background-color: #55304E;
}
</style>
border-color css
<style>
span { border-color: #55304E; }
span { border-color: rgb(85,48,78); }
td.TdClassName
{
border-color: #55304E;
}
.TagClassName
{
border-color: #55304E;
}
</style>