Shades of Loulou #55264D
Tints of Loulou #55264D
RGB
CMYK
RGB Variations
Color information
#55264D (or 0x55264D) is known color: Loulou. HEX triplet: 55, 26 and 4D. RGB value is (85,38,77). Sum of RGB (Red+Green+Blue) = 85+38+77=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55264D is #AAD9B2. Grayscale: #383838. Windows color (decimal): -11196851 or 5056085. OLE color: 5056085.
HSL color Cylindrical-coordinate representation of color #55264D: hue angle of 310.21º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55264D is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 77 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.67 |
| HSL | 310.21º | 0.38% | 0.24% | - |
| HSV(B) | 310.21º | 0.55% | 0.33% | - |
| XYZ | 5.78 | 3.85 | 7.46 | - |
| YUV | 56.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 77 | 0 | 0.55 | 0.09 | 0.67 | 310.21 | 0.38 | 0.24 |
| Hex | 55 | 26 | 4D | 0 | 37 | 9 | 43 | 136 | 26 | 18 |
| Octal | 125 | 46 | 115 | 0 | 67 | 11 | 103 | 466 | 46 | 30 |
| Binary | 1010101 | 100110 | 1001101 | 0 | 110111 | 1001 | 1000011 | 100110110 | 100110 | 11000 |
Color Harmonies of #55264D
Complementary color
Monochromatic Colors of #55264D
Black with #55264D
Text Example
Text Example
White with #55264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55264D; }
p { color: rgb(85,38,77); }
H1.HeaderClassName
{
color: #55264D;
}
.AnyTagClassName
{
color: #55264D;
}
</style>
background-color css
<style>
a { background-color: #55264D; }
a { background-color: rgb(85,38,77); }
div.DivClassName
{
background-color: #55264D;
}
.BgClassName
{
background-color: #55264D;
}
</style>
border-color css
<style>
span { border-color: #55264D; }
span { border-color: rgb(85,38,77); }
td.TdClassName
{
border-color: #55264D;
}
.TagClassName
{
border-color: #55264D;
}
</style>