Shades of Loulou #55254C
Tints of Loulou #55254C
RGB
CMYK
RGB Variations
Color information
#55254C (or 0x55254C) is known color: Loulou. HEX triplet: 55, 25 and 4C. RGB value is (85,37,76). Sum of RGB (Red+Green+Blue) = 85+37+76=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55254C is #AADAB3. Grayscale: #373737. Windows color (decimal): -11197108 or 4990293. OLE color: 4990293.
HSL color Cylindrical-coordinate representation of color #55254C: hue angle of 311.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55254C is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 76 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.67 |
| HSL | 311.25º | 0.39% | 0.24% | - |
| HSV(B) | 311.25º | 0.56% | 0.33% | - |
| XYZ | 5.71 | 3.78 | 7.27 | - |
| YUV | 55.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 76 | 0 | 0.56 | 0.11 | 0.67 | 311.25 | 0.39 | 0.24 |
| Hex | 55 | 25 | 4C | 0 | 38 | B | 43 | 137 | 27 | 18 |
| Octal | 125 | 45 | 114 | 0 | 70 | 13 | 103 | 467 | 47 | 30 |
| Binary | 1010101 | 100101 | 1001100 | 0 | 111000 | 1011 | 1000011 | 100110111 | 100111 | 11000 |
Color Harmonies of #55254C
Complementary color
Monochromatic Colors of #55254C
Black with #55254C
Text Example
Text Example
White with #55254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55254C; }
p { color: rgb(85,37,76); }
H1.HeaderClassName
{
color: #55254C;
}
.AnyTagClassName
{
color: #55254C;
}
</style>
background-color css
<style>
a { background-color: #55254C; }
a { background-color: rgb(85,37,76); }
div.DivClassName
{
background-color: #55254C;
}
.BgClassName
{
background-color: #55254C;
}
</style>
border-color css
<style>
span { border-color: #55254C; }
span { border-color: rgb(85,37,76); }
td.TdClassName
{
border-color: #55254C;
}
.TagClassName
{
border-color: #55254C;
}
</style>