Shades of Loulou #582D52
Tints of Loulou #582D52
RGB
CMYK
RGB Variations
Color information
#582D52 (or 0x582D52) is known color: Loulou. HEX triplet: 58, 2D and 52. RGB value is (88,45,82). Sum of RGB (Red+Green+Blue) = 88+45+82=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #582D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D52 is #A7D2AD. Grayscale: #3D3D3D. Windows color (decimal): -10998446 or 5385560. OLE color: 5385560.
HSL color Cylindrical-coordinate representation of color #582D52: hue angle of 308.37º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D52 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 45 | 82 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.65 |
| HSL | 308.37º | 0.32% | 0.26% | - |
| HSV(B) | 308.37º | 0.49% | 0.35% | - |
| XYZ | 6.49 | 4.56 | 8.52 | - |
| YUV | 62.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 82 | 0 | 0.49 | 0.07 | 0.65 | 308.37 | 0.32 | 0.26 |
| Hex | 58 | 2D | 52 | 0 | 31 | 7 | 41 | 134 | 20 | 1A |
| Octal | 130 | 55 | 122 | 0 | 61 | 7 | 101 | 464 | 40 | 32 |
| Binary | 1011000 | 101101 | 1010010 | 0 | 110001 | 111 | 1000001 | 100110100 | 100000 | 11010 |
Color Harmonies of #582D52
Complementary color
Monochromatic Colors of #582D52
Black with #582D52
Text Example
Text Example
White with #582D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582D52; }
p { color: rgb(88,45,82); }
H1.HeaderClassName
{
color: #582D52;
}
.AnyTagClassName
{
color: #582D52;
}
</style>
background-color css
<style>
a { background-color: #582D52; }
a { background-color: rgb(88,45,82); }
div.DivClassName
{
background-color: #582D52;
}
.BgClassName
{
background-color: #582D52;
}
</style>
border-color css
<style>
span { border-color: #582D52; }
span { border-color: rgb(88,45,82); }
td.TdClassName
{
border-color: #582D52;
}
.TagClassName
{
border-color: #582D52;
}
</style>