Shades of Como #50845E
Tints of Como #50845E
RGB
CMYK
RGB Variations
Color information
#50845E (or 0x50845E) is known color: Como. HEX triplet: 50, 84 and 5E. RGB value is (80,132,94). Sum of RGB (Red+Green+Blue) = 80+132+94=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #50845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50845E is #AF7BA1. Grayscale: #707070. Windows color (decimal): -11500450 or 6194256. OLE color: 6194256.
HSL color Cylindrical-coordinate representation of color #50845E: hue angle of 136.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50845E is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 94 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.48 |
| HSL | 136.15º | 0.25% | 0.42% | - |
| HSV(B) | 136.15º | 0.39% | 0.52% | - |
| XYZ | 13.58 | 19.02 | 13.54 | - |
| YUV | 112.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 94 | 0.39 | 0 | 0.29 | 0.48 | 136.15 | 0.25 | 0.42 |
| Hex | 50 | 84 | 5E | 27 | 0 | 1D | 30 | 88 | 19 | 2A |
| Octal | 120 | 204 | 136 | 47 | 0 | 35 | 60 | 210 | 31 | 52 |
| Binary | 1010000 | 10000100 | 1011110 | 100111 | 0 | 11101 | 110000 | 10001000 | 11001 | 101010 |
Color Harmonies of #50845E
Complementary color
Monochromatic Colors of #50845E
Black with #50845E
Text Example
Text Example
White with #50845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50845E; }
p { color: rgb(80,132,94); }
H1.HeaderClassName
{
color: #50845E;
}
.AnyTagClassName
{
color: #50845E;
}
</style>
background-color css
<style>
a { background-color: #50845E; }
a { background-color: rgb(80,132,94); }
div.DivClassName
{
background-color: #50845E;
}
.BgClassName
{
background-color: #50845E;
}
</style>
border-color css
<style>
span { border-color: #50845E; }
span { border-color: rgb(80,132,94); }
td.TdClassName
{
border-color: #50845E;
}
.TagClassName
{
border-color: #50845E;
}
</style>