Shades of Como #50735C
Tints of Como #50735C
RGB
CMYK
RGB Variations
Color information
#50735C (or 0x50735C) is known color: Como. HEX triplet: 50, 73 and 5C. RGB value is (80,115,92). Sum of RGB (Red+Green+Blue) = 80+115+92=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #50735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50735C is #AF8CA3. Grayscale: #656565. Windows color (decimal): -11504804 or 6058832. OLE color: 6058832.
HSL color Cylindrical-coordinate representation of color #50735C: hue angle of 140.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50735C is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 92 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.55 |
| HSL | 140.57º | 0.18% | 0.38% | - |
| HSV(B) | 140.57º | 0.3% | 0.45% | - |
| XYZ | 11.37 | 14.74 | 12.37 | - |
| YUV | 101.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 92 | 0.30 | 0 | 0.20 | 0.55 | 140.57 | 0.18 | 0.38 |
| Hex | 50 | 73 | 5C | 1E | 0 | 14 | 37 | 8D | 12 | 26 |
| Octal | 120 | 163 | 134 | 36 | 0 | 24 | 67 | 215 | 22 | 46 |
| Binary | 1010000 | 1110011 | 1011100 | 11110 | 0 | 10100 | 110111 | 10001101 | 10010 | 100110 |
Color Harmonies of #50735C
Complementary color
Monochromatic Colors of #50735C
Black with #50735C
Text Example
Text Example
White with #50735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50735C; }
p { color: rgb(80,115,92); }
H1.HeaderClassName
{
color: #50735C;
}
.AnyTagClassName
{
color: #50735C;
}
</style>
background-color css
<style>
a { background-color: #50735C; }
a { background-color: rgb(80,115,92); }
div.DivClassName
{
background-color: #50735C;
}
.BgClassName
{
background-color: #50735C;
}
</style>
border-color css
<style>
span { border-color: #50735C; }
span { border-color: rgb(80,115,92); }
td.TdClassName
{
border-color: #50735C;
}
.TagClassName
{
border-color: #50735C;
}
</style>