Shades of Como #50885C
Tints of Como #50885C
RGB
CMYK
RGB Variations
Color information
#50885C (or 0x50885C) is known color: Como. HEX triplet: 50, 88 and 5C. RGB value is (80,136,92). Sum of RGB (Red+Green+Blue) = 80+136+92=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #50885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50885C is #AF77A3. Grayscale: #727272. Windows color (decimal): -11499428 or 6064208. OLE color: 6064208.
HSL color Cylindrical-coordinate representation of color #50885C: hue angle of 132.86º 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 #50885C is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 92 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.47 |
| HSL | 132.86º | 0.26% | 0.42% | - |
| HSV(B) | 132.86º | 0.41% | 0.53% | - |
| XYZ | 14.04 | 20.09 | 13.26 | - |
| YUV | 114.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 92 | 0.41 | 0 | 0.32 | 0.47 | 132.86 | 0.26 | 0.42 |
| Hex | 50 | 88 | 5C | 29 | 0 | 20 | 2F | 85 | 1A | 2A |
| Octal | 120 | 210 | 134 | 51 | 0 | 40 | 57 | 205 | 32 | 52 |
| Binary | 1010000 | 10001000 | 1011100 | 101001 | 0 | 100000 | 101111 | 10000101 | 11010 | 101010 |
Color Harmonies of #50885C
Complementary color
Monochromatic Colors of #50885C
Black with #50885C
Text Example
Text Example
White with #50885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50885C; }
p { color: rgb(80,136,92); }
H1.HeaderClassName
{
color: #50885C;
}
.AnyTagClassName
{
color: #50885C;
}
</style>
background-color css
<style>
a { background-color: #50885C; }
a { background-color: rgb(80,136,92); }
div.DivClassName
{
background-color: #50885C;
}
.BgClassName
{
background-color: #50885C;
}
</style>
border-color css
<style>
span { border-color: #50885C; }
span { border-color: rgb(80,136,92); }
td.TdClassName
{
border-color: #50885C;
}
.TagClassName
{
border-color: #50885C;
}
</style>