Shades of Loulou #55254E
Tints of Loulou #55254E
RGB
CMYK
RGB Variations
Color information
#55254E (or 0x55254E) is known color: Loulou. HEX triplet: 55, 25 and 4E. RGB value is (85,37,78). Sum of RGB (Red+Green+Blue) = 85+37+78=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55254E is #AADAB1. Grayscale: #373737. Windows color (decimal): -11197106 or 5121365. OLE color: 5121365.
HSL color Cylindrical-coordinate representation of color #55254E: hue angle of 308.75º 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 #55254E is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 78 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.67 |
| HSL | 308.75º | 0.39% | 0.24% | - |
| HSV(B) | 308.75º | 0.56% | 0.33% | - |
| XYZ | 5.78 | 3.8 | 7.64 | - |
| YUV | 56.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 78 | 0 | 0.56 | 0.08 | 0.67 | 308.75 | 0.39 | 0.24 |
| Hex | 55 | 25 | 4E | 0 | 38 | 8 | 43 | 135 | 27 | 18 |
| Octal | 125 | 45 | 116 | 0 | 70 | 10 | 103 | 465 | 47 | 30 |
| Binary | 1010101 | 100101 | 1001110 | 0 | 111000 | 1000 | 1000011 | 100110101 | 100111 | 11000 |
Color Harmonies of #55254E
Complementary color
Monochromatic Colors of #55254E
Black with #55254E
Text Example
Text Example
White with #55254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55254E; }
p { color: rgb(85,37,78); }
H1.HeaderClassName
{
color: #55254E;
}
.AnyTagClassName
{
color: #55254E;
}
</style>
background-color css
<style>
a { background-color: #55254E; }
a { background-color: rgb(85,37,78); }
div.DivClassName
{
background-color: #55254E;
}
.BgClassName
{
background-color: #55254E;
}
</style>
border-color css
<style>
span { border-color: #55254E; }
span { border-color: rgb(85,37,78); }
td.TdClassName
{
border-color: #55254E;
}
.TagClassName
{
border-color: #55254E;
}
</style>