Shades of Loulou #582852
Tints of Loulou #582852
RGB
CMYK
RGB Variations
Color information
#582852 (or 0x582852) is known color: Loulou. HEX triplet: 58, 28 and 52. RGB value is (88,40,82). Sum of RGB (Red+Green+Blue) = 88+40+82=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #582852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582852 is #A7D7AD. Grayscale: #3B3B3B. Windows color (decimal): -10999726 or 5384280. OLE color: 5384280.
HSL color Cylindrical-coordinate representation of color #582852: hue angle of 307.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 #582852 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 82 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.65 |
| HSL | 307.5º | 0.38% | 0.25% | - |
| HSV(B) | 307.5º | 0.55% | 0.35% | - |
| XYZ | 6.31 | 4.2 | 8.46 | - |
| YUV | 59.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 82 | 0 | 0.55 | 0.07 | 0.65 | 307.5 | 0.38 | 0.25 |
| Hex | 58 | 28 | 52 | 0 | 37 | 7 | 41 | 134 | 26 | 19 |
| Octal | 130 | 50 | 122 | 0 | 67 | 7 | 101 | 464 | 46 | 31 |
| Binary | 1011000 | 101000 | 1010010 | 0 | 110111 | 111 | 1000001 | 100110100 | 100110 | 11001 |
Color Harmonies of #582852
Complementary color
Monochromatic Colors of #582852
Black with #582852
Text Example
Text Example
White with #582852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582852; }
p { color: rgb(88,40,82); }
H1.HeaderClassName
{
color: #582852;
}
.AnyTagClassName
{
color: #582852;
}
</style>
background-color css
<style>
a { background-color: #582852; }
a { background-color: rgb(88,40,82); }
div.DivClassName
{
background-color: #582852;
}
.BgClassName
{
background-color: #582852;
}
</style>
border-color css
<style>
span { border-color: #582852; }
span { border-color: rgb(88,40,82); }
td.TdClassName
{
border-color: #582852;
}
.TagClassName
{
border-color: #582852;
}
</style>