Shades of Loulou #55314F
Tints of Loulou #55314F
RGB
CMYK
RGB Variations
Color information
#55314F (or 0x55314F) is known color: Loulou. HEX triplet: 55, 31 and 4F. RGB value is (85,49,79). Sum of RGB (Red+Green+Blue) = 85+49+79=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55314F is #AACEB0. Grayscale: #3F3F3F. Windows color (decimal): -11194033 or 5189973. OLE color: 5189973.
HSL color Cylindrical-coordinate representation of color #55314F: hue angle of 310º 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 #55314F is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 49 | 79 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.67 |
| HSL | 310º | 0.27% | 0.26% | - |
| HSV(B) | 310º | 0.42% | 0.33% | - |
| XYZ | 6.26 | 4.69 | 7.97 | - |
| YUV | 63.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 79 | 0 | 0.42 | 0.07 | 0.67 | 310 | 0.27 | 0.26 |
| Hex | 55 | 31 | 4F | 0 | 2A | 7 | 43 | 136 | 1B | 1A |
| Octal | 125 | 61 | 117 | 0 | 52 | 7 | 103 | 466 | 33 | 32 |
| Binary | 1010101 | 110001 | 1001111 | 0 | 101010 | 111 | 1000011 | 100110110 | 11011 | 11010 |
Color Harmonies of #55314F
Complementary color
Monochromatic Colors of #55314F
Black with #55314F
Text Example
Text Example
White with #55314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55314F; }
p { color: rgb(85,49,79); }
H1.HeaderClassName
{
color: #55314F;
}
.AnyTagClassName
{
color: #55314F;
}
</style>
background-color css
<style>
a { background-color: #55314F; }
a { background-color: rgb(85,49,79); }
div.DivClassName
{
background-color: #55314F;
}
.BgClassName
{
background-color: #55314F;
}
</style>
border-color css
<style>
span { border-color: #55314F; }
span { border-color: rgb(85,49,79); }
td.TdClassName
{
border-color: #55314F;
}
.TagClassName
{
border-color: #55314F;
}
</style>