Shades of Loulou #5B264C
Tints of Loulou #5B264C
RGB
CMYK
RGB Variations
Color information
#5B264C (or 0x5B264C) is known color: Loulou. HEX triplet: 5B, 26 and 4C. RGB value is (91,38,76). Sum of RGB (Red+Green+Blue) = 91+38+76=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B264C is #A4D9B3. Grayscale: #3A3A3A. Windows color (decimal): -10803636 or 4990555. OLE color: 4990555.
HSL color Cylindrical-coordinate representation of color #5B264C: hue angle of 316.98º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B264C is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 76 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.64 |
| HSL | 316.98º | 0.41% | 0.25% | - |
| HSV(B) | 316.98º | 0.58% | 0.36% | - |
| XYZ | 6.31 | 4.13 | 7.3 | - |
| YUV | 58.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 76 | 0 | 0.58 | 0.16 | 0.64 | 316.98 | 0.41 | 0.25 |
| Hex | 5B | 26 | 4C | 0 | 3A | 10 | 40 | 13D | 29 | 19 |
| Octal | 133 | 46 | 114 | 0 | 72 | 20 | 100 | 475 | 51 | 31 |
| Binary | 1011011 | 100110 | 1001100 | 0 | 111010 | 10000 | 1000000 | 100111101 | 101001 | 11001 |
Color Harmonies of #5B264C
Complementary color
Monochromatic Colors of #5B264C
Black with #5B264C
Text Example
Text Example
White with #5B264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B264C; }
p { color: rgb(91,38,76); }
H1.HeaderClassName
{
color: #5B264C;
}
.AnyTagClassName
{
color: #5B264C;
}
</style>
background-color css
<style>
a { background-color: #5B264C; }
a { background-color: rgb(91,38,76); }
div.DivClassName
{
background-color: #5B264C;
}
.BgClassName
{
background-color: #5B264C;
}
</style>
border-color css
<style>
span { border-color: #5B264C; }
span { border-color: rgb(91,38,76); }
td.TdClassName
{
border-color: #5B264C;
}
.TagClassName
{
border-color: #5B264C;
}
</style>