Shades of Loulou #55254F
Tints of Loulou #55254F
RGB
CMYK
RGB Variations
Color information
#55254F (or 0x55254F) is known color: Loulou. HEX triplet: 55, 25 and 4F. RGB value is (85,37,79). Sum of RGB (Red+Green+Blue) = 85+37+79=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #55254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55254F is #AADAB0. Grayscale: #383838. Windows color (decimal): -11197105 or 5186901. OLE color: 5186901.
HSL color Cylindrical-coordinate representation of color #55254F: hue angle of 307.5º 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 #55254F is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 79 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.67 |
| HSL | 307.5º | 0.39% | 0.24% | - |
| HSV(B) | 307.5º | 0.56% | 0.33% | - |
| XYZ | 5.82 | 3.82 | 7.83 | - |
| YUV | 56.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 79 | 0 | 0.56 | 0.07 | 0.67 | 307.5 | 0.39 | 0.24 |
| Hex | 55 | 25 | 4F | 0 | 38 | 7 | 43 | 134 | 27 | 18 |
| Octal | 125 | 45 | 117 | 0 | 70 | 7 | 103 | 464 | 47 | 30 |
| Binary | 1010101 | 100101 | 1001111 | 0 | 111000 | 111 | 1000011 | 100110100 | 100111 | 11000 |
Color Harmonies of #55254F
Complementary color
Monochromatic Colors of #55254F
Black with #55254F
Text Example
Text Example
White with #55254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55254F; }
p { color: rgb(85,37,79); }
H1.HeaderClassName
{
color: #55254F;
}
.AnyTagClassName
{
color: #55254F;
}
</style>
background-color css
<style>
a { background-color: #55254F; }
a { background-color: rgb(85,37,79); }
div.DivClassName
{
background-color: #55254F;
}
.BgClassName
{
background-color: #55254F;
}
</style>
border-color css
<style>
span { border-color: #55254F; }
span { border-color: rgb(85,37,79); }
td.TdClassName
{
border-color: #55254F;
}
.TagClassName
{
border-color: #55254F;
}
</style>