Shades of Loulou #50284D
Tints of Loulou #50284D
RGB
CMYK
RGB Variations
Color information
#50284D (or 0x50284D) is known color: Loulou. HEX triplet: 50, 28 and 4D. RGB value is (80,40,77). Sum of RGB (Red+Green+Blue) = 80+40+77=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 80 - color contains mainly: red. Hex color #50284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50284D is #AFD7B2. Grayscale: #383838. Windows color (decimal): -11524019 or 5056592. OLE color: 5056592.
HSL color Cylindrical-coordinate representation of color #50284D: hue angle of 304.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50284D is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 40 | 77 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.69 |
| HSL | 304.5º | 0.33% | 0.24% | - |
| HSV(B) | 304.5º | 0.5% | 0.31% | - |
| XYZ | 5.41 | 3.76 | 7.46 | - |
| YUV | 56.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 77 | 0 | 0.5 | 0.04 | 0.69 | 304.5 | 0.33 | 0.24 |
| Hex | 50 | 28 | 4D | 0 | 32 | 4 | 45 | 130 | 21 | 18 |
| Octal | 120 | 50 | 115 | 0 | 62 | 4 | 105 | 460 | 41 | 30 |
| Binary | 1010000 | 101000 | 1001101 | 0 | 110010 | 100 | 1000101 | 100110000 | 100001 | 11000 |
Color Harmonies of #50284D
Complementary color
Monochromatic Colors of #50284D
Black with #50284D
Text Example
Text Example
White with #50284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50284D; }
p { color: rgb(80,40,77); }
H1.HeaderClassName
{
color: #50284D;
}
.AnyTagClassName
{
color: #50284D;
}
</style>
background-color css
<style>
a { background-color: #50284D; }
a { background-color: rgb(80,40,77); }
div.DivClassName
{
background-color: #50284D;
}
.BgClassName
{
background-color: #50284D;
}
</style>
border-color css
<style>
span { border-color: #50284D; }
span { border-color: rgb(80,40,77); }
td.TdClassName
{
border-color: #50284D;
}
.TagClassName
{
border-color: #50284D;
}
</style>