Shades of Loulou #55324F
Tints of Loulou #55324F
RGB
CMYK
RGB Variations
Color information
#55324F (or 0x55324F) is known color: Loulou. HEX triplet: 55, 32 and 4F. RGB value is (85,50,79). Sum of RGB (Red+Green+Blue) = 85+50+79=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55324F is #AACDB0. Grayscale: #3F3F3F. Windows color (decimal): -11193777 or 5190229. OLE color: 5190229.
HSL color Cylindrical-coordinate representation of color #55324F: hue angle of 310.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55324F is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 79 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.67 |
| HSL | 310.29º | 0.26% | 0.26% | - |
| HSV(B) | 310.29º | 0.41% | 0.33% | - |
| XYZ | 6.3 | 4.78 | 7.99 | - |
| YUV | 63.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 79 | 0 | 0.41 | 0.07 | 0.67 | 310.29 | 0.26 | 0.26 |
| Hex | 55 | 32 | 4F | 0 | 29 | 7 | 43 | 136 | 1A | 1A |
| Octal | 125 | 62 | 117 | 0 | 51 | 7 | 103 | 466 | 32 | 32 |
| Binary | 1010101 | 110010 | 1001111 | 0 | 101001 | 111 | 1000011 | 100110110 | 11010 | 11010 |
Color Harmonies of #55324F
Complementary color
Monochromatic Colors of #55324F
Black with #55324F
Text Example
Text Example
White with #55324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55324F; }
p { color: rgb(85,50,79); }
H1.HeaderClassName
{
color: #55324F;
}
.AnyTagClassName
{
color: #55324F;
}
</style>
background-color css
<style>
a { background-color: #55324F; }
a { background-color: rgb(85,50,79); }
div.DivClassName
{
background-color: #55324F;
}
.BgClassName
{
background-color: #55324F;
}
</style>
border-color css
<style>
span { border-color: #55324F; }
span { border-color: rgb(85,50,79); }
td.TdClassName
{
border-color: #55324F;
}
.TagClassName
{
border-color: #55324F;
}
</style>