Shades of Loulou #5D294D
Tints of Loulou #5D294D
RGB
CMYK
RGB Variations
Color information
#5D294D (or 0x5D294D) is known color: Loulou. HEX triplet: 5D, 29 and 4D. RGB value is (93,41,77). Sum of RGB (Red+Green+Blue) = 93+41+77=211 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.08% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 93 - color contains mainly: red. Hex color #5D294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D294D is #A2D6B2. Grayscale: #3C3C3C. Windows color (decimal): -10671795 or 5056861. OLE color: 5056861.
HSL color Cylindrical-coordinate representation of color #5D294D: hue angle of 318.46º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D294D is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 77 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.64 |
| HSL | 318.46º | 0.39% | 0.26% | - |
| HSV(B) | 318.46º | 0.56% | 0.36% | - |
| XYZ | 6.65 | 4.45 | 7.53 | - |
| YUV | 60.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 77 | 0 | 0.56 | 0.17 | 0.64 | 318.46 | 0.39 | 0.26 |
| Hex | 5D | 29 | 4D | 0 | 38 | 11 | 40 | 13E | 27 | 1A |
| Octal | 135 | 51 | 115 | 0 | 70 | 21 | 100 | 476 | 47 | 32 |
| Binary | 1011101 | 101001 | 1001101 | 0 | 111000 | 10001 | 1000000 | 100111110 | 100111 | 11010 |
Color Harmonies of #5D294D
Complementary color
Monochromatic Colors of #5D294D
Black with #5D294D
Text Example
Text Example
White with #5D294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D294D; }
p { color: rgb(93,41,77); }
H1.HeaderClassName
{
color: #5D294D;
}
.AnyTagClassName
{
color: #5D294D;
}
</style>
background-color css
<style>
a { background-color: #5D294D; }
a { background-color: rgb(93,41,77); }
div.DivClassName
{
background-color: #5D294D;
}
.BgClassName
{
background-color: #5D294D;
}
</style>
border-color css
<style>
span { border-color: #5D294D; }
span { border-color: rgb(93,41,77); }
td.TdClassName
{
border-color: #5D294D;
}
.TagClassName
{
border-color: #5D294D;
}
</style>