Shades of Como #50795D
Tints of Como #50795D
RGB
CMYK
RGB Variations
Color information
#50795D (or 0x50795D) is known color: Como. HEX triplet: 50, 79 and 5D. RGB value is (80,121,93). Sum of RGB (Red+Green+Blue) = 80+121+93=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #50795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50795D is #AF86A2. Grayscale: #696969. Windows color (decimal): -11503267 or 6125904. OLE color: 6125904.
HSL color Cylindrical-coordinate representation of color #50795D: hue angle of 139.02º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50795D is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 121 | 93 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.53 |
| HSL | 139.02º | 0.2% | 0.39% | - |
| HSV(B) | 139.02º | 0.34% | 0.47% | - |
| XYZ | 12.12 | 16.17 | 12.84 | - |
| YUV | 105.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 93 | 0.34 | 0 | 0.23 | 0.53 | 139.02 | 0.2 | 0.39 |
| Hex | 50 | 79 | 5D | 22 | 0 | 17 | 35 | 8B | 14 | 27 |
| Octal | 120 | 171 | 135 | 42 | 0 | 27 | 65 | 213 | 24 | 47 |
| Binary | 1010000 | 1111001 | 1011101 | 100010 | 0 | 10111 | 110101 | 10001011 | 10100 | 100111 |
Color Harmonies of #50795D
Complementary color
Monochromatic Colors of #50795D
Black with #50795D
Text Example
Text Example
White with #50795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50795D; }
p { color: rgb(80,121,93); }
H1.HeaderClassName
{
color: #50795D;
}
.AnyTagClassName
{
color: #50795D;
}
</style>
background-color css
<style>
a { background-color: #50795D; }
a { background-color: rgb(80,121,93); }
div.DivClassName
{
background-color: #50795D;
}
.BgClassName
{
background-color: #50795D;
}
</style>
border-color css
<style>
span { border-color: #50795D; }
span { border-color: rgb(80,121,93); }
td.TdClassName
{
border-color: #50795D;
}
.TagClassName
{
border-color: #50795D;
}
</style>