Shades of Loulou #582C53
Tints of Loulou #582C53
RGB
CMYK
RGB Variations
Color information
#582C53 (or 0x582C53) is known color: Loulou. HEX triplet: 58, 2C and 53. RGB value is (88,44,83). Sum of RGB (Red+Green+Blue) = 88+44+83=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #582C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582C53 is #A7D3AC. Grayscale: #3D3D3D. Windows color (decimal): -10998701 or 5450840. OLE color: 5450840.
HSL color Cylindrical-coordinate representation of color #582C53: hue angle of 306.82º 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 #582C53 is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 44 | 83 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.65 |
| HSL | 306.82º | 0.33% | 0.26% | - |
| HSV(B) | 306.82º | 0.5% | 0.35% | - |
| XYZ | 6.49 | 4.5 | 8.71 | - |
| YUV | 61.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 83 | 0 | 0.5 | 0.06 | 0.65 | 306.82 | 0.33 | 0.26 |
| Hex | 58 | 2C | 53 | 0 | 32 | 6 | 41 | 133 | 21 | 1A |
| Octal | 130 | 54 | 123 | 0 | 62 | 6 | 101 | 463 | 41 | 32 |
| Binary | 1011000 | 101100 | 1010011 | 0 | 110010 | 110 | 1000001 | 100110011 | 100001 | 11010 |
Color Harmonies of #582C53
Complementary color
Monochromatic Colors of #582C53
Black with #582C53
Text Example
Text Example
White with #582C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582C53; }
p { color: rgb(88,44,83); }
H1.HeaderClassName
{
color: #582C53;
}
.AnyTagClassName
{
color: #582C53;
}
</style>
background-color css
<style>
a { background-color: #582C53; }
a { background-color: rgb(88,44,83); }
div.DivClassName
{
background-color: #582C53;
}
.BgClassName
{
background-color: #582C53;
}
</style>
border-color css
<style>
span { border-color: #582C53; }
span { border-color: rgb(88,44,83); }
td.TdClassName
{
border-color: #582C53;
}
.TagClassName
{
border-color: #582C53;
}
</style>