Shades of Loulou #552E4B
Tints of Loulou #552E4B
RGB
CMYK
RGB Variations
Color information
#552E4B (or 0x552E4B) is known color: Loulou. HEX triplet: 55, 2E and 4B. RGB value is (85,46,75). Sum of RGB (Red+Green+Blue) = 85+46+75=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #552E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E4B is #AAD1B4. Grayscale: #3C3C3C. Windows color (decimal): -11194805 or 4927061. OLE color: 4927061.
HSL color Cylindrical-coordinate representation of color #552E4B: hue angle of 315.38º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E4B is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 46 | 75 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.67 |
| HSL | 315.38º | 0.3% | 0.26% | - |
| HSV(B) | 315.38º | 0.46% | 0.33% | - |
| XYZ | 5.99 | 4.39 | 7.19 | - |
| YUV | 60.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 75 | 0 | 0.46 | 0.12 | 0.67 | 315.38 | 0.3 | 0.26 |
| Hex | 55 | 2E | 4B | 0 | 2E | C | 43 | 13B | 1E | 1A |
| Octal | 125 | 56 | 113 | 0 | 56 | 14 | 103 | 473 | 36 | 32 |
| Binary | 1010101 | 101110 | 1001011 | 0 | 101110 | 1100 | 1000011 | 100111011 | 11110 | 11010 |
Color Harmonies of #552E4B
Complementary color
Monochromatic Colors of #552E4B
Black with #552E4B
Text Example
Text Example
White with #552E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552E4B; }
p { color: rgb(85,46,75); }
H1.HeaderClassName
{
color: #552E4B;
}
.AnyTagClassName
{
color: #552E4B;
}
</style>
background-color css
<style>
a { background-color: #552E4B; }
a { background-color: rgb(85,46,75); }
div.DivClassName
{
background-color: #552E4B;
}
.BgClassName
{
background-color: #552E4B;
}
</style>
border-color css
<style>
span { border-color: #552E4B; }
span { border-color: rgb(85,46,75); }
td.TdClassName
{
border-color: #552E4B;
}
.TagClassName
{
border-color: #552E4B;
}
</style>