Shades of Loulou #5D304E
Tints of Loulou #5D304E
RGB
CMYK
RGB Variations
Color information
#5D304E (or 0x5D304E) is known color: Loulou. HEX triplet: 5D, 30 and 4E. RGB value is (93,48,78). Sum of RGB (Red+Green+Blue) = 93+48+78=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 93 - color contains mainly: red. Hex color #5D304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D304E is #A2CFB1. Grayscale: #404040. Windows color (decimal): -10670002 or 5124189. OLE color: 5124189.
HSL color Cylindrical-coordinate representation of color #5D304E: hue angle of 320º 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 #5D304E is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 78 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.64 |
| HSL | 320º | 0.32% | 0.28% | - |
| HSV(B) | 320º | 0.48% | 0.36% | - |
| XYZ | 6.95 | 4.99 | 7.8 | - |
| YUV | 64.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 78 | 0 | 0.48 | 0.16 | 0.64 | 320 | 0.32 | 0.28 |
| Hex | 5D | 30 | 4E | 0 | 30 | 10 | 40 | 140 | 20 | 1C |
| Octal | 135 | 60 | 116 | 0 | 60 | 20 | 100 | 500 | 40 | 34 |
| Binary | 1011101 | 110000 | 1001110 | 0 | 110000 | 10000 | 1000000 | 101000000 | 100000 | 11100 |
Color Harmonies of #5D304E
Complementary color
Monochromatic Colors of #5D304E
Black with #5D304E
Text Example
Text Example
White with #5D304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D304E; }
p { color: rgb(93,48,78); }
H1.HeaderClassName
{
color: #5D304E;
}
.AnyTagClassName
{
color: #5D304E;
}
</style>
background-color css
<style>
a { background-color: #5D304E; }
a { background-color: rgb(93,48,78); }
div.DivClassName
{
background-color: #5D304E;
}
.BgClassName
{
background-color: #5D304E;
}
</style>
border-color css
<style>
span { border-color: #5D304E; }
span { border-color: rgb(93,48,78); }
td.TdClassName
{
border-color: #5D304E;
}
.TagClassName
{
border-color: #5D304E;
}
</style>