Shades of Loulou #55374B
Tints of Loulou #55374B
RGB
CMYK
RGB Variations
Color information
#55374B (or 0x55374B) is known color: Loulou. HEX triplet: 55, 37 and 4B. RGB value is (85,55,75). Sum of RGB (Red+Green+Blue) = 85+55+75=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55374B is #AAC8B4. Grayscale: #424242. Windows color (decimal): -11192501 or 4929365. OLE color: 4929365.
HSL color Cylindrical-coordinate representation of color #55374B: hue angle of 320º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55374B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 75 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.67 |
| HSL | 320º | 0.21% | 0.27% | - |
| HSV(B) | 320º | 0.35% | 0.33% | - |
| XYZ | 6.38 | 5.17 | 7.32 | - |
| YUV | 66.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 75 | 0 | 0.35 | 0.12 | 0.67 | 320 | 0.21 | 0.27 |
| Hex | 55 | 37 | 4B | 0 | 23 | C | 43 | 140 | 15 | 1B |
| Octal | 125 | 67 | 113 | 0 | 43 | 14 | 103 | 500 | 25 | 33 |
| Binary | 1010101 | 110111 | 1001011 | 0 | 100011 | 1100 | 1000011 | 101000000 | 10101 | 11011 |
Color Harmonies of #55374B
Complementary color
Monochromatic Colors of #55374B
Black with #55374B
Text Example
Text Example
White with #55374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55374B; }
p { color: rgb(85,55,75); }
H1.HeaderClassName
{
color: #55374B;
}
.AnyTagClassName
{
color: #55374B;
}
</style>
background-color css
<style>
a { background-color: #55374B; }
a { background-color: rgb(85,55,75); }
div.DivClassName
{
background-color: #55374B;
}
.BgClassName
{
background-color: #55374B;
}
</style>
border-color css
<style>
span { border-color: #55374B; }
span { border-color: rgb(85,55,75); }
td.TdClassName
{
border-color: #55374B;
}
.TagClassName
{
border-color: #55374B;
}
</style>