Shades of Loulou #58254C
Tints of Loulou #58254C
RGB
CMYK
RGB Variations
Color information
#58254C (or 0x58254C) is known color: Loulou. HEX triplet: 58, 25 and 4C. RGB value is (88,37,76). Sum of RGB (Red+Green+Blue) = 88+37+76=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #58254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58254C is #A7DAB3. Grayscale: #383838. Windows color (decimal): -11000500 or 4990296. OLE color: 4990296.
HSL color Cylindrical-coordinate representation of color #58254C: hue angle of 314.12º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58254C is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 37 | 76 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.65 |
| HSL | 314.12º | 0.41% | 0.25% | - |
| HSV(B) | 314.12º | 0.58% | 0.35% | - |
| XYZ | 5.99 | 3.92 | 7.28 | - |
| YUV | 56.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 76 | 0 | 0.58 | 0.14 | 0.65 | 314.12 | 0.41 | 0.25 |
| Hex | 58 | 25 | 4C | 0 | 3A | E | 41 | 13A | 29 | 19 |
| Octal | 130 | 45 | 114 | 0 | 72 | 16 | 101 | 472 | 51 | 31 |
| Binary | 1011000 | 100101 | 1001100 | 0 | 111010 | 1110 | 1000001 | 100111010 | 101001 | 11001 |
Color Harmonies of #58254C
Complementary color
Monochromatic Colors of #58254C
Black with #58254C
Text Example
Text Example
White with #58254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58254C; }
p { color: rgb(88,37,76); }
H1.HeaderClassName
{
color: #58254C;
}
.AnyTagClassName
{
color: #58254C;
}
</style>
background-color css
<style>
a { background-color: #58254C; }
a { background-color: rgb(88,37,76); }
div.DivClassName
{
background-color: #58254C;
}
.BgClassName
{
background-color: #58254C;
}
</style>
border-color css
<style>
span { border-color: #58254C; }
span { border-color: rgb(88,37,76); }
td.TdClassName
{
border-color: #58254C;
}
.TagClassName
{
border-color: #58254C;
}
</style>