Shades of Como #50885D
Tints of Como #50885D
RGB
CMYK
RGB Variations
Color information
#50885D (or 0x50885D) is known color: Como. HEX triplet: 50, 88 and 5D. RGB value is (80,136,93). Sum of RGB (Red+Green+Blue) = 80+136+93=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #50885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50885D is #AF77A2. Grayscale: #727272. Windows color (decimal): -11499427 or 6129744. OLE color: 6129744.
HSL color Cylindrical-coordinate representation of color #50885D: hue angle of 133.93º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50885D is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 93 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.47 |
| HSL | 133.93º | 0.26% | 0.42% | - |
| HSV(B) | 133.93º | 0.41% | 0.53% | - |
| XYZ | 14.09 | 20.1 | 13.49 | - |
| YUV | 114.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 93 | 0.41 | 0 | 0.32 | 0.47 | 133.93 | 0.26 | 0.42 |
| Hex | 50 | 88 | 5D | 29 | 0 | 20 | 2F | 86 | 1A | 2A |
| Octal | 120 | 210 | 135 | 51 | 0 | 40 | 57 | 206 | 32 | 52 |
| Binary | 1010000 | 10001000 | 1011101 | 101001 | 0 | 100000 | 101111 | 10000110 | 11010 | 101010 |
Color Harmonies of #50885D
Complementary color
Monochromatic Colors of #50885D
Black with #50885D
Text Example
Text Example
White with #50885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50885D; }
p { color: rgb(80,136,93); }
H1.HeaderClassName
{
color: #50885D;
}
.AnyTagClassName
{
color: #50885D;
}
</style>
background-color css
<style>
a { background-color: #50885D; }
a { background-color: rgb(80,136,93); }
div.DivClassName
{
background-color: #50885D;
}
.BgClassName
{
background-color: #50885D;
}
</style>
border-color css
<style>
span { border-color: #50885D; }
span { border-color: rgb(80,136,93); }
td.TdClassName
{
border-color: #50885D;
}
.TagClassName
{
border-color: #50885D;
}
</style>