Shades of Loulou #552D50
Tints of Loulou #552D50
RGB
CMYK
RGB Variations
Color information
#552D50 (or 0x552D50) is known color: Loulou. HEX triplet: 55, 2D and 50. RGB value is (85,45,80). Sum of RGB (Red+Green+Blue) = 85+45+80=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #552D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D50 is #AAD2AF. Grayscale: #3C3C3C. Windows color (decimal): -11195056 or 5254485. OLE color: 5254485.
HSL color Cylindrical-coordinate representation of color #552D50: hue angle of 307.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #552D50 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 45 | 80 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.67 |
| HSL | 307.5º | 0.31% | 0.25% | - |
| HSV(B) | 307.5º | 0.47% | 0.33% | - |
| XYZ | 6.13 | 4.39 | 8.11 | - |
| YUV | 60.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 80 | 0 | 0.47 | 0.06 | 0.67 | 307.5 | 0.31 | 0.25 |
| Hex | 55 | 2D | 50 | 0 | 2F | 6 | 43 | 134 | 1F | 19 |
| Octal | 125 | 55 | 120 | 0 | 57 | 6 | 103 | 464 | 37 | 31 |
| Binary | 1010101 | 101101 | 1010000 | 0 | 101111 | 110 | 1000011 | 100110100 | 11111 | 11001 |
Color Harmonies of #552D50
Complementary color
Monochromatic Colors of #552D50
Black with #552D50
Text Example
Text Example
White with #552D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552D50; }
p { color: rgb(85,45,80); }
H1.HeaderClassName
{
color: #552D50;
}
.AnyTagClassName
{
color: #552D50;
}
</style>
background-color css
<style>
a { background-color: #552D50; }
a { background-color: rgb(85,45,80); }
div.DivClassName
{
background-color: #552D50;
}
.BgClassName
{
background-color: #552D50;
}
</style>
border-color css
<style>
span { border-color: #552D50; }
span { border-color: rgb(85,45,80); }
td.TdClassName
{
border-color: #552D50;
}
.TagClassName
{
border-color: #552D50;
}
</style>