Shades of Como #50865F
Tints of Como #50865F
RGB
CMYK
RGB Variations
Color information
#50865F (or 0x50865F) is known color: Como. HEX triplet: 50, 86 and 5F. RGB value is (80,134,95). Sum of RGB (Red+Green+Blue) = 80+134+95=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #50865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50865F is #AF79A0. Grayscale: #717171. Windows color (decimal): -11499937 or 6260304. OLE color: 6260304.
HSL color Cylindrical-coordinate representation of color #50865F: hue angle of 136.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50865F is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 95 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.47 |
| HSL | 136.67º | 0.25% | 0.42% | - |
| HSV(B) | 136.67º | 0.4% | 0.53% | - |
| XYZ | 13.9 | 19.58 | 13.87 | - |
| YUV | 113.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 95 | 0.40 | 0 | 0.29 | 0.47 | 136.67 | 0.25 | 0.42 |
| Hex | 50 | 86 | 5F | 28 | 0 | 1D | 2F | 89 | 19 | 2A |
| Octal | 120 | 206 | 137 | 50 | 0 | 35 | 57 | 211 | 31 | 52 |
| Binary | 1010000 | 10000110 | 1011111 | 101000 | 0 | 11101 | 101111 | 10001001 | 11001 | 101010 |
Color Harmonies of #50865F
Complementary color
Monochromatic Colors of #50865F
Black with #50865F
Text Example
Text Example
White with #50865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50865F; }
p { color: rgb(80,134,95); }
H1.HeaderClassName
{
color: #50865F;
}
.AnyTagClassName
{
color: #50865F;
}
</style>
background-color css
<style>
a { background-color: #50865F; }
a { background-color: rgb(80,134,95); }
div.DivClassName
{
background-color: #50865F;
}
.BgClassName
{
background-color: #50865F;
}
</style>
border-color css
<style>
span { border-color: #50865F; }
span { border-color: rgb(80,134,95); }
td.TdClassName
{
border-color: #50865F;
}
.TagClassName
{
border-color: #50865F;
}
</style>