Shades of Loulou #58354D
Tints of Loulou #58354D
RGB
CMYK
RGB Variations
Color information
#58354D (or 0x58354D) is known color: Loulou. HEX triplet: 58, 35 and 4D. RGB value is (88,53,77). Sum of RGB (Red+Green+Blue) = 88+53+77=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58354D is #A7CAB2. Grayscale: #424242. Windows color (decimal): -10996403 or 5059928. OLE color: 5059928.
HSL color Cylindrical-coordinate representation of color #58354D: hue angle of 318.86º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58354D is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 53 | 77 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.65 |
| HSL | 318.86º | 0.25% | 0.28% | - |
| HSV(B) | 318.86º | 0.4% | 0.35% | - |
| XYZ | 6.64 | 5.16 | 7.67 | - |
| YUV | 66.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 77 | 0 | 0.40 | 0.12 | 0.65 | 318.86 | 0.25 | 0.28 |
| Hex | 58 | 35 | 4D | 0 | 28 | C | 41 | 13F | 19 | 1C |
| Octal | 130 | 65 | 115 | 0 | 50 | 14 | 101 | 477 | 31 | 34 |
| Binary | 1011000 | 110101 | 1001101 | 0 | 101000 | 1100 | 1000001 | 100111111 | 11001 | 11100 |
Color Harmonies of #58354D
Complementary color
Monochromatic Colors of #58354D
Black with #58354D
Text Example
Text Example
White with #58354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58354D; }
p { color: rgb(88,53,77); }
H1.HeaderClassName
{
color: #58354D;
}
.AnyTagClassName
{
color: #58354D;
}
</style>
background-color css
<style>
a { background-color: #58354D; }
a { background-color: rgb(88,53,77); }
div.DivClassName
{
background-color: #58354D;
}
.BgClassName
{
background-color: #58354D;
}
</style>
border-color css
<style>
span { border-color: #58354D; }
span { border-color: rgb(88,53,77); }
td.TdClassName
{
border-color: #58354D;
}
.TagClassName
{
border-color: #58354D;
}
</style>