Shades of Como #50705B
Tints of Como #50705B
RGB
CMYK
RGB Variations
Color information
#50705B (or 0x50705B) is known color: Como. HEX triplet: 50, 70 and 5B. RGB value is (80,112,91). Sum of RGB (Red+Green+Blue) = 80+112+91=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #50705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50705B is #AF8FA4. Grayscale: #646464. Windows color (decimal): -11505573 or 5992528. OLE color: 5992528.
HSL color Cylindrical-coordinate representation of color #50705B: hue angle of 140.62º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50705B is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 91 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.56 |
| HSL | 140.63º | 0.17% | 0.38% | - |
| HSV(B) | 140.63º | 0.29% | 0.44% | - |
| XYZ | 10.99 | 14.05 | 12.03 | - |
| YUV | 100.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 91 | 0.29 | 0 | 0.19 | 0.56 | 140.63 | 0.17 | 0.38 |
| Hex | 50 | 70 | 5B | 1D | 0 | 13 | 38 | 8D | 11 | 26 |
| Octal | 120 | 160 | 133 | 35 | 0 | 23 | 70 | 215 | 21 | 46 |
| Binary | 1010000 | 1110000 | 1011011 | 11101 | 0 | 10011 | 111000 | 10001101 | 10001 | 100110 |
Color Harmonies of #50705B
Complementary color
Monochromatic Colors of #50705B
Black with #50705B
Text Example
Text Example
White with #50705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50705B; }
p { color: rgb(80,112,91); }
H1.HeaderClassName
{
color: #50705B;
}
.AnyTagClassName
{
color: #50705B;
}
</style>
background-color css
<style>
a { background-color: #50705B; }
a { background-color: rgb(80,112,91); }
div.DivClassName
{
background-color: #50705B;
}
.BgClassName
{
background-color: #50705B;
}
</style>
border-color css
<style>
span { border-color: #50705B; }
span { border-color: rgb(80,112,91); }
td.TdClassName
{
border-color: #50705B;
}
.TagClassName
{
border-color: #50705B;
}
</style>