Shades of Loulou #5D304C
Tints of Loulou #5D304C
RGB
CMYK
RGB Variations
Color information
#5D304C (or 0x5D304C) is known color: Loulou. HEX triplet: 5D, 30 and 4C. RGB value is (93,48,76). Sum of RGB (Red+Green+Blue) = 93+48+76=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 93 - color contains mainly: red. Hex color #5D304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D304C is #A2CFB3. Grayscale: #404040. Windows color (decimal): -10670004 or 4993117. OLE color: 4993117.
HSL color Cylindrical-coordinate representation of color #5D304C: hue angle of 322.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D304C is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 76 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.64 |
| HSL | 322.67º | 0.32% | 0.28% | - |
| HSV(B) | 322.67º | 0.48% | 0.36% | - |
| XYZ | 6.88 | 4.96 | 7.43 | - |
| YUV | 64.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 76 | 0 | 0.48 | 0.18 | 0.64 | 322.67 | 0.32 | 0.28 |
| Hex | 5D | 30 | 4C | 0 | 30 | 12 | 40 | 143 | 20 | 1C |
| Octal | 135 | 60 | 114 | 0 | 60 | 22 | 100 | 503 | 40 | 34 |
| Binary | 1011101 | 110000 | 1001100 | 0 | 110000 | 10010 | 1000000 | 101000011 | 100000 | 11100 |
Color Harmonies of #5D304C
Complementary color
Monochromatic Colors of #5D304C
Black with #5D304C
Text Example
Text Example
White with #5D304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D304C; }
p { color: rgb(93,48,76); }
H1.HeaderClassName
{
color: #5D304C;
}
.AnyTagClassName
{
color: #5D304C;
}
</style>
background-color css
<style>
a { background-color: #5D304C; }
a { background-color: rgb(93,48,76); }
div.DivClassName
{
background-color: #5D304C;
}
.BgClassName
{
background-color: #5D304C;
}
</style>
border-color css
<style>
span { border-color: #5D304C; }
span { border-color: rgb(93,48,76); }
td.TdClassName
{
border-color: #5D304C;
}
.TagClassName
{
border-color: #5D304C;
}
</style>