Shades of Loulou #58284E
Tints of Loulou #58284E
RGB
CMYK
RGB Variations
Color information
#58284E (or 0x58284E) is known color: Loulou. HEX triplet: 58, 28 and 4E. RGB value is (88,40,78). Sum of RGB (Red+Green+Blue) = 88+40+78=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #58284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58284E is #A7D7B1. Grayscale: #3A3A3A. Windows color (decimal): -10999730 or 5122136. OLE color: 5122136.
HSL color Cylindrical-coordinate representation of color #58284E: hue angle of 312.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58284E is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 78 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.65 |
| HSL | 312.5º | 0.38% | 0.25% | - |
| HSV(B) | 312.5º | 0.55% | 0.35% | - |
| XYZ | 6.16 | 4.14 | 7.68 | - |
| YUV | 58.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 78 | 0 | 0.55 | 0.11 | 0.65 | 312.5 | 0.38 | 0.25 |
| Hex | 58 | 28 | 4E | 0 | 37 | B | 41 | 138 | 26 | 19 |
| Octal | 130 | 50 | 116 | 0 | 67 | 13 | 101 | 470 | 46 | 31 |
| Binary | 1011000 | 101000 | 1001110 | 0 | 110111 | 1011 | 1000001 | 100111000 | 100110 | 11001 |
Color Harmonies of #58284E
Complementary color
Monochromatic Colors of #58284E
Black with #58284E
Text Example
Text Example
White with #58284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58284E; }
p { color: rgb(88,40,78); }
H1.HeaderClassName
{
color: #58284E;
}
.AnyTagClassName
{
color: #58284E;
}
</style>
background-color css
<style>
a { background-color: #58284E; }
a { background-color: rgb(88,40,78); }
div.DivClassName
{
background-color: #58284E;
}
.BgClassName
{
background-color: #58284E;
}
</style>
border-color css
<style>
span { border-color: #58284E; }
span { border-color: rgb(88,40,78); }
td.TdClassName
{
border-color: #58284E;
}
.TagClassName
{
border-color: #58284E;
}
</style>