Shades of Como #50785B
Tints of Como #50785B
RGB
CMYK
RGB Variations
Color information
#50785B (or 0x50785B) is known color: Como. HEX triplet: 50, 78 and 5B. RGB value is (80,120,91). Sum of RGB (Red+Green+Blue) = 80+120+91=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #50785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50785B is #AF87A4. Grayscale: #686868. Windows color (decimal): -11503525 or 5994576. OLE color: 5994576.
HSL color Cylindrical-coordinate representation of color #50785B: hue angle of 136.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50785B is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 120 | 91 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.53 |
| HSL | 136.5º | 0.2% | 0.39% | - |
| HSV(B) | 136.5º | 0.33% | 0.47% | - |
| XYZ | 11.91 | 15.89 | 12.34 | - |
| YUV | 104.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 91 | 0.33 | 0 | 0.24 | 0.53 | 136.5 | 0.2 | 0.39 |
| Hex | 50 | 78 | 5B | 21 | 0 | 18 | 35 | 88 | 14 | 27 |
| Octal | 120 | 170 | 133 | 41 | 0 | 30 | 65 | 210 | 24 | 47 |
| Binary | 1010000 | 1111000 | 1011011 | 100001 | 0 | 11000 | 110101 | 10001000 | 10100 | 100111 |
Color Harmonies of #50785B
Complementary color
Monochromatic Colors of #50785B
Black with #50785B
Text Example
Text Example
White with #50785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50785B; }
p { color: rgb(80,120,91); }
H1.HeaderClassName
{
color: #50785B;
}
.AnyTagClassName
{
color: #50785B;
}
</style>
background-color css
<style>
a { background-color: #50785B; }
a { background-color: rgb(80,120,91); }
div.DivClassName
{
background-color: #50785B;
}
.BgClassName
{
background-color: #50785B;
}
</style>
border-color css
<style>
span { border-color: #50785B; }
span { border-color: rgb(80,120,91); }
td.TdClassName
{
border-color: #50785B;
}
.TagClassName
{
border-color: #50785B;
}
</style>