Shades of Como #50785F
Tints of Como #50785F
RGB
CMYK
RGB Variations
Color information
#50785F (or 0x50785F) is known color: Como. HEX triplet: 50, 78 and 5F. RGB value is (80,120,95). Sum of RGB (Red+Green+Blue) = 80+120+95=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #50785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50785F is #AF87A0. Grayscale: #696969. Windows color (decimal): -11503521 or 6256720. OLE color: 6256720.
HSL color Cylindrical-coordinate representation of color #50785F: hue angle of 142.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50785F is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 95 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.53 |
| HSL | 142.5º | 0.2% | 0.39% | - |
| HSV(B) | 142.5º | 0.33% | 0.47% | - |
| XYZ | 12.09 | 15.96 | 13.27 | - |
| YUV | 105.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 95 | 0.33 | 0 | 0.21 | 0.53 | 142.5 | 0.2 | 0.39 |
| Hex | 50 | 78 | 5F | 21 | 0 | 15 | 35 | 8E | 14 | 27 |
| Octal | 120 | 170 | 137 | 41 | 0 | 25 | 65 | 216 | 24 | 47 |
| Binary | 1010000 | 1111000 | 1011111 | 100001 | 0 | 10101 | 110101 | 10001110 | 10100 | 100111 |
Color Harmonies of #50785F
Complementary color
Monochromatic Colors of #50785F
Black with #50785F
Text Example
Text Example
White with #50785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50785F; }
p { color: rgb(80,120,95); }
H1.HeaderClassName
{
color: #50785F;
}
.AnyTagClassName
{
color: #50785F;
}
</style>
background-color css
<style>
a { background-color: #50785F; }
a { background-color: rgb(80,120,95); }
div.DivClassName
{
background-color: #50785F;
}
.BgClassName
{
background-color: #50785F;
}
</style>
border-color css
<style>
span { border-color: #50785F; }
span { border-color: rgb(80,120,95); }
td.TdClassName
{
border-color: #50785F;
}
.TagClassName
{
border-color: #50785F;
}
</style>