Shades of Loulou #55374C
Tints of Loulou #55374C
RGB
CMYK
RGB Variations
Color information
#55374C (or 0x55374C) is known color: Loulou. HEX triplet: 55, 37 and 4C. RGB value is (85,55,76). Sum of RGB (Red+Green+Blue) = 85+55+76=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #55374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55374C is #AAC8B3. Grayscale: #424242. Windows color (decimal): -11192500 or 4994901. OLE color: 4994901.
HSL color Cylindrical-coordinate representation of color #55374C: hue angle of 318º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55374C is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 76 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.67 |
| HSL | 318º | 0.21% | 0.27% | - |
| HSV(B) | 318º | 0.35% | 0.33% | - |
| XYZ | 6.42 | 5.19 | 7.5 | - |
| YUV | 66.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 76 | 0 | 0.35 | 0.11 | 0.67 | 318 | 0.21 | 0.27 |
| Hex | 55 | 37 | 4C | 0 | 23 | B | 43 | 13E | 15 | 1B |
| Octal | 125 | 67 | 114 | 0 | 43 | 13 | 103 | 476 | 25 | 33 |
| Binary | 1010101 | 110111 | 1001100 | 0 | 100011 | 1011 | 1000011 | 100111110 | 10101 | 11011 |
Color Harmonies of #55374C
Complementary color
Monochromatic Colors of #55374C
Black with #55374C
Text Example
Text Example
White with #55374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55374C; }
p { color: rgb(85,55,76); }
H1.HeaderClassName
{
color: #55374C;
}
.AnyTagClassName
{
color: #55374C;
}
</style>
background-color css
<style>
a { background-color: #55374C; }
a { background-color: rgb(85,55,76); }
div.DivClassName
{
background-color: #55374C;
}
.BgClassName
{
background-color: #55374C;
}
</style>
border-color css
<style>
span { border-color: #55374C; }
span { border-color: rgb(85,55,76); }
td.TdClassName
{
border-color: #55374C;
}
.TagClassName
{
border-color: #55374C;
}
</style>