Shades of Loulou #58334D
Tints of Loulou #58334D
RGB
CMYK
RGB Variations
Color information
#58334D (or 0x58334D) is known color: Loulou. HEX triplet: 58, 33 and 4D. RGB value is (88,51,77). Sum of RGB (Red+Green+Blue) = 88+51+77=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58334D is #A7CCB2. Grayscale: #404040. Windows color (decimal): -10996915 or 5059416. OLE color: 5059416.
HSL color Cylindrical-coordinate representation of color #58334D: hue angle of 317.84º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58334D is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 51 | 77 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.65 |
| HSL | 317.84º | 0.27% | 0.27% | - |
| HSV(B) | 317.84º | 0.42% | 0.35% | - |
| XYZ | 6.55 | 4.98 | 7.64 | - |
| YUV | 65.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 77 | 0 | 0.42 | 0.12 | 0.65 | 317.84 | 0.27 | 0.27 |
| Hex | 58 | 33 | 4D | 0 | 2A | C | 41 | 13E | 1B | 1B |
| Octal | 130 | 63 | 115 | 0 | 52 | 14 | 101 | 476 | 33 | 33 |
| Binary | 1011000 | 110011 | 1001101 | 0 | 101010 | 1100 | 1000001 | 100111110 | 11011 | 11011 |
Color Harmonies of #58334D
Complementary color
Monochromatic Colors of #58334D
Black with #58334D
Text Example
Text Example
White with #58334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58334D; }
p { color: rgb(88,51,77); }
H1.HeaderClassName
{
color: #58334D;
}
.AnyTagClassName
{
color: #58334D;
}
</style>
background-color css
<style>
a { background-color: #58334D; }
a { background-color: rgb(88,51,77); }
div.DivClassName
{
background-color: #58334D;
}
.BgClassName
{
background-color: #58334D;
}
</style>
border-color css
<style>
span { border-color: #58334D; }
span { border-color: rgb(88,51,77); }
td.TdClassName
{
border-color: #58334D;
}
.TagClassName
{
border-color: #58334D;
}
</style>