Shades of Loulou #55214C
Tints of Loulou #55214C
RGB
CMYK
RGB Variations
Color information
#55214C (or 0x55214C) is known color: Loulou. HEX triplet: 55, 21 and 4C. RGB value is (85,33,76). Sum of RGB (Red+Green+Blue) = 85+33+76=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55214C is #AADEB3. Grayscale: #353535. Windows color (decimal): -11198132 or 4989269. OLE color: 4989269.
HSL color Cylindrical-coordinate representation of color #55214C: hue angle of 310.38º 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 #55214C is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 33 | 76 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.67 |
| HSL | 310.38º | 0.44% | 0.23% | - |
| HSV(B) | 310.38º | 0.61% | 0.33% | - |
| XYZ | 5.59 | 3.54 | 7.23 | - |
| YUV | 53.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 33 | 76 | 0 | 0.61 | 0.11 | 0.67 | 310.38 | 0.44 | 0.23 |
| Hex | 55 | 21 | 4C | 0 | 3D | B | 43 | 136 | 2C | 17 |
| Octal | 125 | 41 | 114 | 0 | 75 | 13 | 103 | 466 | 54 | 27 |
| Binary | 1010101 | 100001 | 1001100 | 0 | 111101 | 1011 | 1000011 | 100110110 | 101100 | 10111 |
Color Harmonies of #55214C
Complementary color
Monochromatic Colors of #55214C
Black with #55214C
Text Example
Text Example
White with #55214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55214C; }
p { color: rgb(85,33,76); }
H1.HeaderClassName
{
color: #55214C;
}
.AnyTagClassName
{
color: #55214C;
}
</style>
background-color css
<style>
a { background-color: #55214C; }
a { background-color: rgb(85,33,76); }
div.DivClassName
{
background-color: #55214C;
}
.BgClassName
{
background-color: #55214C;
}
</style>
border-color css
<style>
span { border-color: #55214C; }
span { border-color: rgb(85,33,76); }
td.TdClassName
{
border-color: #55214C;
}
.TagClassName
{
border-color: #55214C;
}
</style>