Shades of Loulou #5B234D
Tints of Loulou #5B234D
RGB
CMYK
RGB Variations
Color information
#5B234D (or 0x5B234D) is known color: Loulou. HEX triplet: 5B, 23 and 4D. RGB value is (91,35,77). Sum of RGB (Red+Green+Blue) = 91+35+77=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B234D is #A4DCB2. Grayscale: #383838. Windows color (decimal): -10804403 or 5055323. OLE color: 5055323.
HSL color Cylindrical-coordinate representation of color #5B234D: hue angle of 315º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B234D is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 35 | 77 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.64 |
| HSL | 315º | 0.44% | 0.25% | - |
| HSV(B) | 315º | 0.62% | 0.36% | - |
| XYZ | 6.25 | 3.96 | 7.46 | - |
| YUV | 56.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 77 | 0 | 0.62 | 0.15 | 0.64 | 315 | 0.44 | 0.25 |
| Hex | 5B | 23 | 4D | 0 | 3E | F | 40 | 13B | 2C | 19 |
| Octal | 133 | 43 | 115 | 0 | 76 | 17 | 100 | 473 | 54 | 31 |
| Binary | 1011011 | 100011 | 1001101 | 0 | 111110 | 1111 | 1000000 | 100111011 | 101100 | 11001 |
Color Harmonies of #5B234D
Complementary color
Monochromatic Colors of #5B234D
Black with #5B234D
Text Example
Text Example
White with #5B234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B234D; }
p { color: rgb(91,35,77); }
H1.HeaderClassName
{
color: #5B234D;
}
.AnyTagClassName
{
color: #5B234D;
}
</style>
background-color css
<style>
a { background-color: #5B234D; }
a { background-color: rgb(91,35,77); }
div.DivClassName
{
background-color: #5B234D;
}
.BgClassName
{
background-color: #5B234D;
}
</style>
border-color css
<style>
span { border-color: #5B234D; }
span { border-color: rgb(91,35,77); }
td.TdClassName
{
border-color: #5B234D;
}
.TagClassName
{
border-color: #5B234D;
}
</style>