Shades of Loulou #5B294D
Tints of Loulou #5B294D
RGB
CMYK
RGB Variations
Color information
#5B294D (or 0x5B294D) is known color: Loulou. HEX triplet: 5B, 29 and 4D. RGB value is (91,41,77). Sum of RGB (Red+Green+Blue) = 91+41+77=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B294D is #A4D6B2. Grayscale: #3B3B3B. Windows color (decimal): -10802867 or 5056859. OLE color: 5056859.
HSL color Cylindrical-coordinate representation of color #5B294D: hue angle of 316.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B294D is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 41 | 77 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.64 |
| HSL | 316.8º | 0.38% | 0.26% | - |
| HSV(B) | 316.8º | 0.55% | 0.36% | - |
| XYZ | 6.45 | 4.35 | 7.52 | - |
| YUV | 60.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 77 | 0 | 0.55 | 0.15 | 0.64 | 316.8 | 0.38 | 0.26 |
| Hex | 5B | 29 | 4D | 0 | 37 | F | 40 | 13D | 26 | 1A |
| Octal | 133 | 51 | 115 | 0 | 67 | 17 | 100 | 475 | 46 | 32 |
| Binary | 1011011 | 101001 | 1001101 | 0 | 110111 | 1111 | 1000000 | 100111101 | 100110 | 11010 |
Color Harmonies of #5B294D
Complementary color
Monochromatic Colors of #5B294D
Black with #5B294D
Text Example
Text Example
White with #5B294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B294D; }
p { color: rgb(91,41,77); }
H1.HeaderClassName
{
color: #5B294D;
}
.AnyTagClassName
{
color: #5B294D;
}
</style>
background-color css
<style>
a { background-color: #5B294D; }
a { background-color: rgb(91,41,77); }
div.DivClassName
{
background-color: #5B294D;
}
.BgClassName
{
background-color: #5B294D;
}
</style>
border-color css
<style>
span { border-color: #5B294D; }
span { border-color: rgb(91,41,77); }
td.TdClassName
{
border-color: #5B294D;
}
.TagClassName
{
border-color: #5B294D;
}
</style>