Shades of Loulou #552B4D
Tints of Loulou #552B4D
RGB
CMYK
RGB Variations
Color information
#552B4D (or 0x552B4D) is known color: Loulou. HEX triplet: 55, 2B and 4D. RGB value is (85,43,77). Sum of RGB (Red+Green+Blue) = 85+43+77=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #552B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B4D is #AAD4B2. Grayscale: #3B3B3B. Windows color (decimal): -11195571 or 5057365. OLE color: 5057365.
HSL color Cylindrical-coordinate representation of color #552B4D: hue angle of 311.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #552B4D is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 43 | 77 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.67 |
| HSL | 311.43º | 0.33% | 0.25% | - |
| HSV(B) | 311.43º | 0.49% | 0.33% | - |
| XYZ | 5.95 | 4.19 | 7.52 | - |
| YUV | 59.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 77 | 0 | 0.49 | 0.09 | 0.67 | 311.43 | 0.33 | 0.25 |
| Hex | 55 | 2B | 4D | 0 | 31 | 9 | 43 | 137 | 21 | 19 |
| Octal | 125 | 53 | 115 | 0 | 61 | 11 | 103 | 467 | 41 | 31 |
| Binary | 1010101 | 101011 | 1001101 | 0 | 110001 | 1001 | 1000011 | 100110111 | 100001 | 11001 |
Color Harmonies of #552B4D
Complementary color
Monochromatic Colors of #552B4D
Black with #552B4D
Text Example
Text Example
White with #552B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552B4D; }
p { color: rgb(85,43,77); }
H1.HeaderClassName
{
color: #552B4D;
}
.AnyTagClassName
{
color: #552B4D;
}
</style>
background-color css
<style>
a { background-color: #552B4D; }
a { background-color: rgb(85,43,77); }
div.DivClassName
{
background-color: #552B4D;
}
.BgClassName
{
background-color: #552B4D;
}
</style>
border-color css
<style>
span { border-color: #552B4D; }
span { border-color: rgb(85,43,77); }
td.TdClassName
{
border-color: #552B4D;
}
.TagClassName
{
border-color: #552B4D;
}
</style>