Shades of Como #508961
Tints of Como #508961
RGB
CMYK
RGB Variations
Color information
#508961 (or 0x508961) is known color: Como. HEX triplet: 50, 89 and 61. RGB value is (80,137,97). Sum of RGB (Red+Green+Blue) = 80+137+97=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #508961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508961 is #AF769E. Grayscale: #737373. Windows color (decimal): -11499167 or 6392144. OLE color: 6392144.
HSL color Cylindrical-coordinate representation of color #508961: hue angle of 137.89º 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 #508961 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 97 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.46 |
| HSL | 137.89º | 0.26% | 0.43% | - |
| HSV(B) | 137.89º | 0.42% | 0.54% | - |
| XYZ | 14.41 | 20.46 | 14.5 | - |
| YUV | 115.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 97 | 0.42 | 0 | 0.29 | 0.46 | 137.89 | 0.26 | 0.43 |
| Hex | 50 | 89 | 61 | 2A | 0 | 1D | 2E | 8A | 1A | 2B |
| Octal | 120 | 211 | 141 | 52 | 0 | 35 | 56 | 212 | 32 | 53 |
| Binary | 1010000 | 10001001 | 1100001 | 101010 | 0 | 11101 | 101110 | 10001010 | 11010 | 101011 |
Color Harmonies of #508961
Complementary color
Monochromatic Colors of #508961
Black with #508961
Text Example
Text Example
White with #508961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508961; }
p { color: rgb(80,137,97); }
H1.HeaderClassName
{
color: #508961;
}
.AnyTagClassName
{
color: #508961;
}
</style>
background-color css
<style>
a { background-color: #508961; }
a { background-color: rgb(80,137,97); }
div.DivClassName
{
background-color: #508961;
}
.BgClassName
{
background-color: #508961;
}
</style>
border-color css
<style>
span { border-color: #508961; }
span { border-color: rgb(80,137,97); }
td.TdClassName
{
border-color: #508961;
}
.TagClassName
{
border-color: #508961;
}
</style>