Shades of Como #50755E
Tints of Como #50755E
RGB
CMYK
RGB Variations
Color information
#50755E (or 0x50755E) is known color: Como. HEX triplet: 50, 75 and 5E. RGB value is (80,117,94). Sum of RGB (Red+Green+Blue) = 80+117+94=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #50755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50755E is #AF8AA1. Grayscale: #676767. Windows color (decimal): -11504290 or 6190416. OLE color: 6190416.
HSL color Cylindrical-coordinate representation of color #50755E: hue angle of 142.7º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50755E is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 94 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.54 |
| HSL | 142.7º | 0.19% | 0.39% | - |
| HSV(B) | 142.7º | 0.32% | 0.46% | - |
| XYZ | 11.69 | 15.24 | 12.91 | - |
| YUV | 103.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 94 | 0.32 | 0 | 0.20 | 0.54 | 142.7 | 0.19 | 0.39 |
| Hex | 50 | 75 | 5E | 20 | 0 | 14 | 36 | 8F | 13 | 27 |
| Octal | 120 | 165 | 136 | 40 | 0 | 24 | 66 | 217 | 23 | 47 |
| Binary | 1010000 | 1110101 | 1011110 | 100000 | 0 | 10100 | 110110 | 10001111 | 10011 | 100111 |
Color Harmonies of #50755E
Complementary color
Monochromatic Colors of #50755E
Black with #50755E
Text Example
Text Example
White with #50755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50755E; }
p { color: rgb(80,117,94); }
H1.HeaderClassName
{
color: #50755E;
}
.AnyTagClassName
{
color: #50755E;
}
</style>
background-color css
<style>
a { background-color: #50755E; }
a { background-color: rgb(80,117,94); }
div.DivClassName
{
background-color: #50755E;
}
.BgClassName
{
background-color: #50755E;
}
</style>
border-color css
<style>
span { border-color: #50755E; }
span { border-color: rgb(80,117,94); }
td.TdClassName
{
border-color: #50755E;
}
.TagClassName
{
border-color: #50755E;
}
</style>