Shades of Loulou #55194B
Tints of Loulou #55194B
RGB
CMYK
RGB Variations
Color information
#55194B (or 0x55194B) is known color: Loulou. HEX triplet: 55, 19 and 4B. RGB value is (85,25,75). Sum of RGB (Red+Green+Blue) = 85+25+75=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55194B is #AAE6B4. Grayscale: #303030. Windows color (decimal): -11200181 or 4921685. OLE color: 4921685.
HSL color Cylindrical-coordinate representation of color #55194B: hue angle of 310º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55194B is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 25 | 75 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.67 |
| HSL | 310º | 0.55% | 0.22% | - |
| HSV(B) | 310º | 0.71% | 0.33% | - |
| XYZ | 5.36 | 3.13 | 6.98 | - |
| YUV | 48.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 75 | 0 | 0.71 | 0.12 | 0.67 | 310 | 0.55 | 0.22 |
| Hex | 55 | 19 | 4B | 0 | 47 | C | 43 | 136 | 37 | 16 |
| Octal | 125 | 31 | 113 | 0 | 107 | 14 | 103 | 466 | 67 | 26 |
| Binary | 1010101 | 11001 | 1001011 | 0 | 1000111 | 1100 | 1000011 | 100110110 | 110111 | 10110 |
Color Harmonies of #55194B
Complementary color
Monochromatic Colors of #55194B
Black with #55194B
Text Example
Text Example
White with #55194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55194B; }
p { color: rgb(85,25,75); }
H1.HeaderClassName
{
color: #55194B;
}
.AnyTagClassName
{
color: #55194B;
}
</style>
background-color css
<style>
a { background-color: #55194B; }
a { background-color: rgb(85,25,75); }
div.DivClassName
{
background-color: #55194B;
}
.BgClassName
{
background-color: #55194B;
}
</style>
border-color css
<style>
span { border-color: #55194B; }
span { border-color: rgb(85,25,75); }
td.TdClassName
{
border-color: #55194B;
}
.TagClassName
{
border-color: #55194B;
}
</style>