Shades of Loulou #5B314D
Tints of Loulou #5B314D
RGB
CMYK
RGB Variations
Color information
#5B314D (or 0x5B314D) is known color: Loulou. HEX triplet: 5B, 31 and 4D. RGB value is (91,49,77). Sum of RGB (Red+Green+Blue) = 91+49+77=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 91 - color contains mainly: red. Hex color #5B314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B314D is #A4CEB2. Grayscale: #404040. Windows color (decimal): -10800819 or 5058907. OLE color: 5058907.
HSL color Cylindrical-coordinate representation of color #5B314D: hue angle of 320º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B314D is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 77 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.64 |
| HSL | 320º | 0.3% | 0.27% | - |
| HSV(B) | 320º | 0.46% | 0.36% | - |
| XYZ | 6.75 | 4.96 | 7.62 | - |
| YUV | 64.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 77 | 0 | 0.46 | 0.15 | 0.64 | 320 | 0.3 | 0.27 |
| Hex | 5B | 31 | 4D | 0 | 2E | F | 40 | 140 | 1E | 1B |
| Octal | 133 | 61 | 115 | 0 | 56 | 17 | 100 | 500 | 36 | 33 |
| Binary | 1011011 | 110001 | 1001101 | 0 | 101110 | 1111 | 1000000 | 101000000 | 11110 | 11011 |
Color Harmonies of #5B314D
Complementary color
Monochromatic Colors of #5B314D
Black with #5B314D
Text Example
Text Example
White with #5B314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B314D; }
p { color: rgb(91,49,77); }
H1.HeaderClassName
{
color: #5B314D;
}
.AnyTagClassName
{
color: #5B314D;
}
</style>
background-color css
<style>
a { background-color: #5B314D; }
a { background-color: rgb(91,49,77); }
div.DivClassName
{
background-color: #5B314D;
}
.BgClassName
{
background-color: #5B314D;
}
</style>
border-color css
<style>
span { border-color: #5B314D; }
span { border-color: rgb(91,49,77); }
td.TdClassName
{
border-color: #5B314D;
}
.TagClassName
{
border-color: #5B314D;
}
</style>