Shades of Loulou #5D324C
Tints of Loulou #5D324C
RGB
CMYK
RGB Variations
Color information
#5D324C (or 0x5D324C) is known color: Loulou. HEX triplet: 5D, 32 and 4C. RGB value is (93,50,76). Sum of RGB (Red+Green+Blue) = 93+50+76=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 93 - color contains mainly: red. Hex color #5D324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D324C is #A2CDB3. Grayscale: #414141. Windows color (decimal): -10669492 or 4993629. OLE color: 4993629.
HSL color Cylindrical-coordinate representation of color #5D324C: hue angle of 323.72º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D324C is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 50 | 76 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.64 |
| HSL | 323.72º | 0.3% | 0.28% | - |
| HSV(B) | 323.72º | 0.46% | 0.36% | - |
| XYZ | 6.96 | 5.13 | 7.46 | - |
| YUV | 65.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 76 | 0 | 0.46 | 0.18 | 0.64 | 323.72 | 0.3 | 0.28 |
| Hex | 5D | 32 | 4C | 0 | 2E | 12 | 40 | 144 | 1E | 1C |
| Octal | 135 | 62 | 114 | 0 | 56 | 22 | 100 | 504 | 36 | 34 |
| Binary | 1011101 | 110010 | 1001100 | 0 | 101110 | 10010 | 1000000 | 101000100 | 11110 | 11100 |
Color Harmonies of #5D324C
Complementary color
Monochromatic Colors of #5D324C
Black with #5D324C
Text Example
Text Example
White with #5D324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D324C; }
p { color: rgb(93,50,76); }
H1.HeaderClassName
{
color: #5D324C;
}
.AnyTagClassName
{
color: #5D324C;
}
</style>
background-color css
<style>
a { background-color: #5D324C; }
a { background-color: rgb(93,50,76); }
div.DivClassName
{
background-color: #5D324C;
}
.BgClassName
{
background-color: #5D324C;
}
</style>
border-color css
<style>
span { border-color: #5D324C; }
span { border-color: rgb(93,50,76); }
td.TdClassName
{
border-color: #5D324C;
}
.TagClassName
{
border-color: #5D324C;
}
</style>