Shades of Loulou #582A50
Tints of Loulou #582A50
RGB
CMYK
RGB Variations
Color information
#582A50 (or 0x582A50) is known color: Loulou. HEX triplet: 58, 2A and 50. RGB value is (88,42,80). Sum of RGB (Red+Green+Blue) = 88+42+80=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #582A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A50 is #A7D5AF. Grayscale: #3B3B3B. Windows color (decimal): -10999216 or 5253720. OLE color: 5253720.
HSL color Cylindrical-coordinate representation of color #582A50: hue angle of 310.43º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582A50 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 80 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.65 |
| HSL | 310.43º | 0.35% | 0.25% | - |
| HSV(B) | 310.43º | 0.52% | 0.35% | - |
| XYZ | 6.3 | 4.31 | 8.09 | - |
| YUV | 60.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 80 | 0 | 0.52 | 0.09 | 0.65 | 310.43 | 0.35 | 0.25 |
| Hex | 58 | 2A | 50 | 0 | 34 | 9 | 41 | 136 | 23 | 19 |
| Octal | 130 | 52 | 120 | 0 | 64 | 11 | 101 | 466 | 43 | 31 |
| Binary | 1011000 | 101010 | 1010000 | 0 | 110100 | 1001 | 1000001 | 100110110 | 100011 | 11001 |
Color Harmonies of #582A50
Complementary color
Monochromatic Colors of #582A50
Black with #582A50
Text Example
Text Example
White with #582A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A50; }
p { color: rgb(88,42,80); }
H1.HeaderClassName
{
color: #582A50;
}
.AnyTagClassName
{
color: #582A50;
}
</style>
background-color css
<style>
a { background-color: #582A50; }
a { background-color: rgb(88,42,80); }
div.DivClassName
{
background-color: #582A50;
}
.BgClassName
{
background-color: #582A50;
}
</style>
border-color css
<style>
span { border-color: #582A50; }
span { border-color: rgb(88,42,80); }
td.TdClassName
{
border-color: #582A50;
}
.TagClassName
{
border-color: #582A50;
}
</style>