Shades of Loulou #55384A
Tints of Loulou #55384A
RGB
CMYK
RGB Variations
Color information
#55384A (or 0x55384A) is known color: Loulou. HEX triplet: 55, 38 and 4A. RGB value is (85,56,74). Sum of RGB (Red+Green+Blue) = 85+56+74=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55384A is #AAC7B5. Grayscale: #424242. Windows color (decimal): -11192246 or 4864085. OLE color: 4864085.
HSL color Cylindrical-coordinate representation of color #55384A: hue angle of 322.76º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55384A is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 74 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.67 |
| HSL | 322.76º | 0.21% | 0.28% | - |
| HSV(B) | 322.76º | 0.34% | 0.33% | - |
| XYZ | 6.4 | 5.25 | 7.16 | - |
| YUV | 66.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 74 | 0 | 0.34 | 0.13 | 0.67 | 322.76 | 0.21 | 0.28 |
| Hex | 55 | 38 | 4A | 0 | 22 | D | 43 | 143 | 15 | 1C |
| Octal | 125 | 70 | 112 | 0 | 42 | 15 | 103 | 503 | 25 | 34 |
| Binary | 1010101 | 111000 | 1001010 | 0 | 100010 | 1101 | 1000011 | 101000011 | 10101 | 11100 |
Color Harmonies of #55384A
Complementary color
Monochromatic Colors of #55384A
Black with #55384A
Text Example
Text Example
White with #55384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55384A; }
p { color: rgb(85,56,74); }
H1.HeaderClassName
{
color: #55384A;
}
.AnyTagClassName
{
color: #55384A;
}
</style>
background-color css
<style>
a { background-color: #55384A; }
a { background-color: rgb(85,56,74); }
div.DivClassName
{
background-color: #55384A;
}
.BgClassName
{
background-color: #55384A;
}
</style>
border-color css
<style>
span { border-color: #55384A; }
span { border-color: rgb(85,56,74); }
td.TdClassName
{
border-color: #55384A;
}
.TagClassName
{
border-color: #55384A;
}
</style>