Shades of Loulou #55214E
Tints of Loulou #55214E
RGB
CMYK
RGB Variations
Color information
#55214E (or 0x55214E) is known color: Loulou. HEX triplet: 55, 21 and 4E. RGB value is (85,33,78). Sum of RGB (Red+Green+Blue) = 85+33+78=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55214E is #AADEB1. Grayscale: #353535. Windows color (decimal): -11198130 or 5120341. OLE color: 5120341.
HSL color Cylindrical-coordinate representation of color #55214E: hue angle of 308.08º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55214E is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 78 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.67 |
| HSL | 308.08º | 0.44% | 0.23% | - |
| HSV(B) | 308.08º | 0.61% | 0.33% | - |
| XYZ | 5.67 | 3.57 | 7.6 | - |
| YUV | 53.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 78 | 0 | 0.61 | 0.08 | 0.67 | 308.08 | 0.44 | 0.23 |
| Hex | 55 | 21 | 4E | 0 | 3D | 8 | 43 | 134 | 2C | 17 |
| Octal | 125 | 41 | 116 | 0 | 75 | 10 | 103 | 464 | 54 | 27 |
| Binary | 1010101 | 100001 | 1001110 | 0 | 111101 | 1000 | 1000011 | 100110100 | 101100 | 10111 |
Color Harmonies of #55214E
Complementary color
Monochromatic Colors of #55214E
Black with #55214E
Text Example
Text Example
White with #55214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55214E; }
p { color: rgb(85,33,78); }
H1.HeaderClassName
{
color: #55214E;
}
.AnyTagClassName
{
color: #55214E;
}
</style>
background-color css
<style>
a { background-color: #55214E; }
a { background-color: rgb(85,33,78); }
div.DivClassName
{
background-color: #55214E;
}
.BgClassName
{
background-color: #55214E;
}
</style>
border-color css
<style>
span { border-color: #55214E; }
span { border-color: rgb(85,33,78); }
td.TdClassName
{
border-color: #55214E;
}
.TagClassName
{
border-color: #55214E;
}
</style>