Shades of Como #508662
Tints of Como #508662
RGB
CMYK
RGB Variations
Color information
#508662 (or 0x508662) is known color: Como. HEX triplet: 50, 86 and 62. RGB value is (80,134,98). Sum of RGB (Red+Green+Blue) = 80+134+98=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #508662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508662 is #AF799D. Grayscale: #717171. Windows color (decimal): -11499934 or 6456912. OLE color: 6456912.
HSL color Cylindrical-coordinate representation of color #508662: hue angle of 140º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508662 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 98 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.47 |
| HSL | 140º | 0.25% | 0.42% | - |
| HSV(B) | 140º | 0.4% | 0.53% | - |
| XYZ | 14.04 | 19.64 | 14.61 | - |
| YUV | 113.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 98 | 0.40 | 0 | 0.27 | 0.47 | 140 | 0.25 | 0.42 |
| Hex | 50 | 86 | 62 | 28 | 0 | 1B | 2F | 8C | 19 | 2A |
| Octal | 120 | 206 | 142 | 50 | 0 | 33 | 57 | 214 | 31 | 52 |
| Binary | 1010000 | 10000110 | 1100010 | 101000 | 0 | 11011 | 101111 | 10001100 | 11001 | 101010 |
Color Harmonies of #508662
Complementary color
Monochromatic Colors of #508662
Black with #508662
Text Example
Text Example
White with #508662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508662; }
p { color: rgb(80,134,98); }
H1.HeaderClassName
{
color: #508662;
}
.AnyTagClassName
{
color: #508662;
}
</style>
background-color css
<style>
a { background-color: #508662; }
a { background-color: rgb(80,134,98); }
div.DivClassName
{
background-color: #508662;
}
.BgClassName
{
background-color: #508662;
}
</style>
border-color css
<style>
span { border-color: #508662; }
span { border-color: rgb(80,134,98); }
td.TdClassName
{
border-color: #508662;
}
.TagClassName
{
border-color: #508662;
}
</style>