Shades of Como #50895D
Tints of Como #50895D
RGB
CMYK
RGB Variations
Color information
#50895D (or 0x50895D) is known color: Como. HEX triplet: 50, 89 and 5D. RGB value is (80,137,93). Sum of RGB (Red+Green+Blue) = 80+137+93=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #50895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50895D is #AF76A2. Grayscale: #737373. Windows color (decimal): -11499171 or 6130000. OLE color: 6130000.
HSL color Cylindrical-coordinate representation of color #50895D: hue angle of 133.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50895D is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 93 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.46 |
| HSL | 133.68º | 0.26% | 0.43% | - |
| HSV(B) | 133.68º | 0.42% | 0.54% | - |
| XYZ | 14.23 | 20.39 | 13.54 | - |
| YUV | 114.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 93 | 0.42 | 0 | 0.32 | 0.46 | 133.68 | 0.26 | 0.43 |
| Hex | 50 | 89 | 5D | 2A | 0 | 20 | 2E | 86 | 1A | 2B |
| Octal | 120 | 211 | 135 | 52 | 0 | 40 | 56 | 206 | 32 | 53 |
| Binary | 1010000 | 10001001 | 1011101 | 101010 | 0 | 100000 | 101110 | 10000110 | 11010 | 101011 |
Color Harmonies of #50895D
Complementary color
Monochromatic Colors of #50895D
Black with #50895D
Text Example
Text Example
White with #50895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50895D; }
p { color: rgb(80,137,93); }
H1.HeaderClassName
{
color: #50895D;
}
.AnyTagClassName
{
color: #50895D;
}
</style>
background-color css
<style>
a { background-color: #50895D; }
a { background-color: rgb(80,137,93); }
div.DivClassName
{
background-color: #50895D;
}
.BgClassName
{
background-color: #50895D;
}
</style>
border-color css
<style>
span { border-color: #50895D; }
span { border-color: rgb(80,137,93); }
td.TdClassName
{
border-color: #50895D;
}
.TagClassName
{
border-color: #50895D;
}
</style>