Shades of Loulou #55314C
Tints of Loulou #55314C
RGB
CMYK
RGB Variations
Color information
#55314C (or 0x55314C) is known color: Loulou. HEX triplet: 55, 31 and 4C. RGB value is (85,49,76). Sum of RGB (Red+Green+Blue) = 85+49+76=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #55314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55314C is #AACEB3. Grayscale: #3E3E3E. Windows color (decimal): -11194036 or 4993365. OLE color: 4993365.
HSL color Cylindrical-coordinate representation of color #55314C: hue angle of 315º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55314C is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 76 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.67 |
| HSL | 315º | 0.27% | 0.26% | - |
| HSV(B) | 315º | 0.42% | 0.33% | - |
| XYZ | 6.15 | 4.65 | 7.41 | - |
| YUV | 62.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 76 | 0 | 0.42 | 0.11 | 0.67 | 315 | 0.27 | 0.26 |
| Hex | 55 | 31 | 4C | 0 | 2A | B | 43 | 13B | 1B | 1A |
| Octal | 125 | 61 | 114 | 0 | 52 | 13 | 103 | 473 | 33 | 32 |
| Binary | 1010101 | 110001 | 1001100 | 0 | 101010 | 1011 | 1000011 | 100111011 | 11011 | 11010 |
Color Harmonies of #55314C
Complementary color
Monochromatic Colors of #55314C
Black with #55314C
Text Example
Text Example
White with #55314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55314C; }
p { color: rgb(85,49,76); }
H1.HeaderClassName
{
color: #55314C;
}
.AnyTagClassName
{
color: #55314C;
}
</style>
background-color css
<style>
a { background-color: #55314C; }
a { background-color: rgb(85,49,76); }
div.DivClassName
{
background-color: #55314C;
}
.BgClassName
{
background-color: #55314C;
}
</style>
border-color css
<style>
span { border-color: #55314C; }
span { border-color: rgb(85,49,76); }
td.TdClassName
{
border-color: #55314C;
}
.TagClassName
{
border-color: #55314C;
}
</style>