Shades of Loulou #502F4E
Tints of Loulou #502F4E
RGB
CMYK
RGB Variations
Color information
#502F4E (or 0x502F4E) is known color: Loulou. HEX triplet: 50, 2F and 4E. RGB value is (80,47,78). Sum of RGB (Red+Green+Blue) = 80+47+78=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #502F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F4E is #AFD0B1. Grayscale: #3C3C3C. Windows color (decimal): -11522226 or 5123920. OLE color: 5123920.
HSL color Cylindrical-coordinate representation of color #502F4E: hue angle of 303.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #502F4E is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 78 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.69 |
| HSL | 303.64º | 0.26% | 0.25% | - |
| HSV(B) | 303.64º | 0.41% | 0.31% | - |
| XYZ | 5.7 | 4.29 | 7.74 | - |
| YUV | 60.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 78 | 0 | 0.41 | 0.02 | 0.69 | 303.64 | 0.26 | 0.25 |
| Hex | 50 | 2F | 4E | 0 | 29 | 2 | 45 | 130 | 1A | 19 |
| Octal | 120 | 57 | 116 | 0 | 51 | 2 | 105 | 460 | 32 | 31 |
| Binary | 1010000 | 101111 | 1001110 | 0 | 101001 | 10 | 1000101 | 100110000 | 11010 | 11001 |
Color Harmonies of #502F4E
Complementary color
Monochromatic Colors of #502F4E
Black with #502F4E
Text Example
Text Example
White with #502F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F4E; }
p { color: rgb(80,47,78); }
H1.HeaderClassName
{
color: #502F4E;
}
.AnyTagClassName
{
color: #502F4E;
}
</style>
background-color css
<style>
a { background-color: #502F4E; }
a { background-color: rgb(80,47,78); }
div.DivClassName
{
background-color: #502F4E;
}
.BgClassName
{
background-color: #502F4E;
}
</style>
border-color css
<style>
span { border-color: #502F4E; }
span { border-color: rgb(80,47,78); }
td.TdClassName
{
border-color: #502F4E;
}
.TagClassName
{
border-color: #502F4E;
}
</style>