Shades of Como #50755D
Tints of Como #50755D
RGB
CMYK
RGB Variations
Color information
#50755D (or 0x50755D) is known color: Como. HEX triplet: 50, 75 and 5D. RGB value is (80,117,93). Sum of RGB (Red+Green+Blue) = 80+117+93=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #50755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50755D is #AF8AA2. Grayscale: #676767. Windows color (decimal): -11504291 or 6124880. OLE color: 6124880.
HSL color Cylindrical-coordinate representation of color #50755D: hue angle of 141.08º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50755D is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 93 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.54 |
| HSL | 141.08º | 0.19% | 0.39% | - |
| HSV(B) | 141.08º | 0.32% | 0.46% | - |
| XYZ | 11.65 | 15.22 | 12.68 | - |
| YUV | 103.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 93 | 0.32 | 0 | 0.21 | 0.54 | 141.08 | 0.19 | 0.39 |
| Hex | 50 | 75 | 5D | 20 | 0 | 15 | 36 | 8D | 13 | 27 |
| Octal | 120 | 165 | 135 | 40 | 0 | 25 | 66 | 215 | 23 | 47 |
| Binary | 1010000 | 1110101 | 1011101 | 100000 | 0 | 10101 | 110110 | 10001101 | 10011 | 100111 |
Color Harmonies of #50755D
Complementary color
Monochromatic Colors of #50755D
Black with #50755D
Text Example
Text Example
White with #50755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50755D; }
p { color: rgb(80,117,93); }
H1.HeaderClassName
{
color: #50755D;
}
.AnyTagClassName
{
color: #50755D;
}
</style>
background-color css
<style>
a { background-color: #50755D; }
a { background-color: rgb(80,117,93); }
div.DivClassName
{
background-color: #50755D;
}
.BgClassName
{
background-color: #50755D;
}
</style>
border-color css
<style>
span { border-color: #50755D; }
span { border-color: rgb(80,117,93); }
td.TdClassName
{
border-color: #50755D;
}
.TagClassName
{
border-color: #50755D;
}
</style>