Shades of Loulou #55274C
Tints of Loulou #55274C
RGB
CMYK
RGB Variations
Color information
#55274C (or 0x55274C) is known color: Loulou. HEX triplet: 55, 27 and 4C. RGB value is (85,39,76). Sum of RGB (Red+Green+Blue) = 85+39+76=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55274C is #AAD8B3. Grayscale: #383838. Windows color (decimal): -11196596 or 4990805. OLE color: 4990805.
HSL color Cylindrical-coordinate representation of color #55274C: hue angle of 311.74º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55274C is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 76 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.67 |
| HSL | 311.74º | 0.37% | 0.24% | - |
| HSV(B) | 311.74º | 0.54% | 0.33% | - |
| XYZ | 5.78 | 3.9 | 7.29 | - |
| YUV | 56.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 76 | 0 | 0.54 | 0.11 | 0.67 | 311.74 | 0.37 | 0.24 |
| Hex | 55 | 27 | 4C | 0 | 36 | B | 43 | 138 | 25 | 18 |
| Octal | 125 | 47 | 114 | 0 | 66 | 13 | 103 | 470 | 45 | 30 |
| Binary | 1010101 | 100111 | 1001100 | 0 | 110110 | 1011 | 1000011 | 100111000 | 100101 | 11000 |
Color Harmonies of #55274C
Complementary color
Monochromatic Colors of #55274C
Black with #55274C
Text Example
Text Example
White with #55274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55274C; }
p { color: rgb(85,39,76); }
H1.HeaderClassName
{
color: #55274C;
}
.AnyTagClassName
{
color: #55274C;
}
</style>
background-color css
<style>
a { background-color: #55274C; }
a { background-color: rgb(85,39,76); }
div.DivClassName
{
background-color: #55274C;
}
.BgClassName
{
background-color: #55274C;
}
</style>
border-color css
<style>
span { border-color: #55274C; }
span { border-color: rgb(85,39,76); }
td.TdClassName
{
border-color: #55274C;
}
.TagClassName
{
border-color: #55274C;
}
</style>