Shades of Loulou #50364D
Tints of Loulou #50364D
RGB
CMYK
RGB Variations
Color information
#50364D (or 0x50364D) is known color: Loulou. HEX triplet: 50, 36 and 4D. RGB value is (80,54,77). Sum of RGB (Red+Green+Blue) = 80+54+77=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #50364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50364D is #AFC9B2. Grayscale: #404040. Windows color (decimal): -11520435 or 5060176. OLE color: 5060176.
HSL color Cylindrical-coordinate representation of color #50364D: hue angle of 306.92º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50364D is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 77 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.69 |
| HSL | 306.92º | 0.19% | 0.26% | - |
| HSV(B) | 306.92º | 0.33% | 0.31% | - |
| XYZ | 5.97 | 4.88 | 7.65 | - |
| YUV | 64.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 77 | 0 | 0.33 | 0.04 | 0.69 | 306.92 | 0.19 | 0.26 |
| Hex | 50 | 36 | 4D | 0 | 21 | 4 | 45 | 133 | 13 | 1A |
| Octal | 120 | 66 | 115 | 0 | 41 | 4 | 105 | 463 | 23 | 32 |
| Binary | 1010000 | 110110 | 1001101 | 0 | 100001 | 100 | 1000101 | 100110011 | 10011 | 11010 |
Color Harmonies of #50364D
Complementary color
Monochromatic Colors of #50364D
Black with #50364D
Text Example
Text Example
White with #50364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50364D; }
p { color: rgb(80,54,77); }
H1.HeaderClassName
{
color: #50364D;
}
.AnyTagClassName
{
color: #50364D;
}
</style>
background-color css
<style>
a { background-color: #50364D; }
a { background-color: rgb(80,54,77); }
div.DivClassName
{
background-color: #50364D;
}
.BgClassName
{
background-color: #50364D;
}
</style>
border-color css
<style>
span { border-color: #50364D; }
span { border-color: rgb(80,54,77); }
td.TdClassName
{
border-color: #50364D;
}
.TagClassName
{
border-color: #50364D;
}
</style>