Shades of Loulou #55314D
Tints of Loulou #55314D
RGB
CMYK
RGB Variations
Color information
#55314D (or 0x55314D) is known color: Loulou. HEX triplet: 55, 31 and 4D. RGB value is (85,49,77). Sum of RGB (Red+Green+Blue) = 85+49+77=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55314D is #AACEB2. Grayscale: #3E3E3E. Windows color (decimal): -11194035 or 5058901. OLE color: 5058901.
HSL color Cylindrical-coordinate representation of color #55314D: hue angle of 313.33º 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 #55314D is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 77 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.67 |
| HSL | 313.33º | 0.27% | 0.26% | - |
| HSV(B) | 313.33º | 0.42% | 0.33% | - |
| XYZ | 6.18 | 4.66 | 7.6 | - |
| YUV | 62.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 77 | 0 | 0.42 | 0.09 | 0.67 | 313.33 | 0.27 | 0.26 |
| Hex | 55 | 31 | 4D | 0 | 2A | 9 | 43 | 139 | 1B | 1A |
| Octal | 125 | 61 | 115 | 0 | 52 | 11 | 103 | 471 | 33 | 32 |
| Binary | 1010101 | 110001 | 1001101 | 0 | 101010 | 1001 | 1000011 | 100111001 | 11011 | 11010 |
Color Harmonies of #55314D
Complementary color
Monochromatic Colors of #55314D
Black with #55314D
Text Example
Text Example
White with #55314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55314D; }
p { color: rgb(85,49,77); }
H1.HeaderClassName
{
color: #55314D;
}
.AnyTagClassName
{
color: #55314D;
}
</style>
background-color css
<style>
a { background-color: #55314D; }
a { background-color: rgb(85,49,77); }
div.DivClassName
{
background-color: #55314D;
}
.BgClassName
{
background-color: #55314D;
}
</style>
border-color css
<style>
span { border-color: #55314D; }
span { border-color: rgb(85,49,77); }
td.TdClassName
{
border-color: #55314D;
}
.TagClassName
{
border-color: #55314D;
}
</style>