Shades of Como #50735D
Tints of Como #50735D
RGB
CMYK
RGB Variations
Color information
#50735D (or 0x50735D) is known color: Como. HEX triplet: 50, 73 and 5D. RGB value is (80,115,93). Sum of RGB (Red+Green+Blue) = 80+115+93=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #50735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50735D is #AF8CA2. Grayscale: #666666. Windows color (decimal): -11504803 or 6124368. OLE color: 6124368.
HSL color Cylindrical-coordinate representation of color #50735D: hue angle of 142.29º 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 #50735D is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 93 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.55 |
| HSL | 142.29º | 0.18% | 0.38% | - |
| HSV(B) | 142.29º | 0.3% | 0.45% | - |
| XYZ | 11.41 | 14.76 | 12.6 | - |
| YUV | 102.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 93 | 0.30 | 0 | 0.19 | 0.55 | 142.29 | 0.18 | 0.38 |
| Hex | 50 | 73 | 5D | 1E | 0 | 13 | 37 | 8E | 12 | 26 |
| Octal | 120 | 163 | 135 | 36 | 0 | 23 | 67 | 216 | 22 | 46 |
| Binary | 1010000 | 1110011 | 1011101 | 11110 | 0 | 10011 | 110111 | 10001110 | 10010 | 100110 |
Color Harmonies of #50735D
Complementary color
Monochromatic Colors of #50735D
Black with #50735D
Text Example
Text Example
White with #50735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50735D; }
p { color: rgb(80,115,93); }
H1.HeaderClassName
{
color: #50735D;
}
.AnyTagClassName
{
color: #50735D;
}
</style>
background-color css
<style>
a { background-color: #50735D; }
a { background-color: rgb(80,115,93); }
div.DivClassName
{
background-color: #50735D;
}
.BgClassName
{
background-color: #50735D;
}
</style>
border-color css
<style>
span { border-color: #50735D; }
span { border-color: rgb(80,115,93); }
td.TdClassName
{
border-color: #50735D;
}
.TagClassName
{
border-color: #50735D;
}
</style>