Shades of Loulou #552050
Tints of Loulou #552050
RGB
CMYK
RGB Variations
Color information
#552050 (or 0x552050) is known color: Loulou. HEX triplet: 55, 20 and 50. RGB value is (85,32,80). Sum of RGB (Red+Green+Blue) = 85+32+80=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #552050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552050 is #AADFAF. Grayscale: #353535. Windows color (decimal): -11198384 or 5251157. OLE color: 5251157.
HSL color Cylindrical-coordinate representation of color #552050: hue angle of 305.66º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552050 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 80 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.67 |
| HSL | 305.66º | 0.45% | 0.23% | - |
| HSV(B) | 305.66º | 0.62% | 0.33% | - |
| XYZ | 5.71 | 3.54 | 7.97 | - |
| YUV | 53.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 80 | 0 | 0.62 | 0.06 | 0.67 | 305.66 | 0.45 | 0.23 |
| Hex | 55 | 20 | 50 | 0 | 3E | 6 | 43 | 132 | 2D | 17 |
| Octal | 125 | 40 | 120 | 0 | 76 | 6 | 103 | 462 | 55 | 27 |
| Binary | 1010101 | 100000 | 1010000 | 0 | 111110 | 110 | 1000011 | 100110010 | 101101 | 10111 |
Color Harmonies of #552050
Complementary color
Monochromatic Colors of #552050
Black with #552050
Text Example
Text Example
White with #552050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552050; }
p { color: rgb(85,32,80); }
H1.HeaderClassName
{
color: #552050;
}
.AnyTagClassName
{
color: #552050;
}
</style>
background-color css
<style>
a { background-color: #552050; }
a { background-color: rgb(85,32,80); }
div.DivClassName
{
background-color: #552050;
}
.BgClassName
{
background-color: #552050;
}
</style>
border-color css
<style>
span { border-color: #552050; }
span { border-color: rgb(85,32,80); }
td.TdClassName
{
border-color: #552050;
}
.TagClassName
{
border-color: #552050;
}
</style>