Shades of Loulou #582C52
Tints of Loulou #582C52
RGB
CMYK
RGB Variations
Color information
#582C52 (or 0x582C52) is known color: Loulou. HEX triplet: 58, 2C and 52. RGB value is (88,44,82). Sum of RGB (Red+Green+Blue) = 88+44+82=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #582C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C52 is #A7D3AD. Grayscale: #3D3D3D. Windows color (decimal): -10998702 or 5385304. OLE color: 5385304.
HSL color Cylindrical-coordinate representation of color #582C52: hue angle of 308.18º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #582C52 is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 82 | - |
| CMYK | 0 | 0.5 | 0.07 | 0.65 |
| HSL | 308.18º | 0.33% | 0.26% | - |
| HSV(B) | 308.18º | 0.5% | 0.35% | - |
| XYZ | 6.45 | 4.49 | 8.51 | - |
| YUV | 61.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 82 | 0 | 0.5 | 0.07 | 0.65 | 308.18 | 0.33 | 0.26 |
| Hex | 58 | 2C | 52 | 0 | 32 | 7 | 41 | 134 | 21 | 1A |
| Octal | 130 | 54 | 122 | 0 | 62 | 7 | 101 | 464 | 41 | 32 |
| Binary | 1011000 | 101100 | 1010010 | 0 | 110010 | 111 | 1000001 | 100110100 | 100001 | 11010 |
Color Harmonies of #582C52
Complementary color
Monochromatic Colors of #582C52
Black with #582C52
Text Example
Text Example
White with #582C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C52; }
p { color: rgb(88,44,82); }
H1.HeaderClassName
{
color: #582C52;
}
.AnyTagClassName
{
color: #582C52;
}
</style>
background-color css
<style>
a { background-color: #582C52; }
a { background-color: rgb(88,44,82); }
div.DivClassName
{
background-color: #582C52;
}
.BgClassName
{
background-color: #582C52;
}
</style>
border-color css
<style>
span { border-color: #582C52; }
span { border-color: rgb(88,44,82); }
td.TdClassName
{
border-color: #582C52;
}
.TagClassName
{
border-color: #582C52;
}
</style>