Shades of Como #508D62
Tints of Como #508D62
RGB
CMYK
RGB Variations
Color information
#508D62 (or 0x508D62) is known color: Como. HEX triplet: 50, 8D and 62. RGB value is (80,141,98). Sum of RGB (Red+Green+Blue) = 80+141+98=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #508D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D62 is #AF729D. Grayscale: #757575. Windows color (decimal): -11498142 or 6458704. OLE color: 6458704.
HSL color Cylindrical-coordinate representation of color #508D62: hue angle of 137.7º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D62 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 141 | 98 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.45 |
| HSL | 137.7º | 0.28% | 0.43% | - |
| HSV(B) | 137.7º | 0.43% | 0.55% | - |
| XYZ | 15.04 | 21.64 | 14.94 | - |
| YUV | 117.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 98 | 0.43 | 0 | 0.30 | 0.45 | 137.7 | 0.28 | 0.43 |
| Hex | 50 | 8D | 62 | 2B | 0 | 1E | 2D | 8A | 1C | 2B |
| Octal | 120 | 215 | 142 | 53 | 0 | 36 | 55 | 212 | 34 | 53 |
| Binary | 1010000 | 10001101 | 1100010 | 101011 | 0 | 11110 | 101101 | 10001010 | 11100 | 101011 |
Color Harmonies of #508D62
Complementary color
Monochromatic Colors of #508D62
Black with #508D62
Text Example
Text Example
White with #508D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D62; }
p { color: rgb(80,141,98); }
H1.HeaderClassName
{
color: #508D62;
}
.AnyTagClassName
{
color: #508D62;
}
</style>
background-color css
<style>
a { background-color: #508D62; }
a { background-color: rgb(80,141,98); }
div.DivClassName
{
background-color: #508D62;
}
.BgClassName
{
background-color: #508D62;
}
</style>
border-color css
<style>
span { border-color: #508D62; }
span { border-color: rgb(80,141,98); }
td.TdClassName
{
border-color: #508D62;
}
.TagClassName
{
border-color: #508D62;
}
</style>