Shades of Como #508A60
Tints of Como #508A60
RGB
CMYK
RGB Variations
Color information
#508A60 (or 0x508A60) is known color: Como. HEX triplet: 50, 8A and 60. RGB value is (80,138,96). Sum of RGB (Red+Green+Blue) = 80+138+96=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #508A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A60 is #AF759F. Grayscale: #737373. Windows color (decimal): -11498912 or 6326864. OLE color: 6326864.
HSL color Cylindrical-coordinate representation of color #508A60: hue angle of 136.55º degrees, saturation: 0.27, 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 #508A60 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 96 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.46 |
| HSL | 136.55º | 0.27% | 0.43% | - |
| HSV(B) | 136.55º | 0.42% | 0.54% | - |
| XYZ | 14.51 | 20.73 | 14.3 | - |
| YUV | 115.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 96 | 0.42 | 0 | 0.30 | 0.46 | 136.55 | 0.27 | 0.43 |
| Hex | 50 | 8A | 60 | 2A | 0 | 1E | 2E | 89 | 1B | 2B |
| Octal | 120 | 212 | 140 | 52 | 0 | 36 | 56 | 211 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1100000 | 101010 | 0 | 11110 | 101110 | 10001001 | 11011 | 101011 |
Color Harmonies of #508A60
Complementary color
Monochromatic Colors of #508A60
Black with #508A60
Text Example
Text Example
White with #508A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A60; }
p { color: rgb(80,138,96); }
H1.HeaderClassName
{
color: #508A60;
}
.AnyTagClassName
{
color: #508A60;
}
</style>
background-color css
<style>
a { background-color: #508A60; }
a { background-color: rgb(80,138,96); }
div.DivClassName
{
background-color: #508A60;
}
.BgClassName
{
background-color: #508A60;
}
</style>
border-color css
<style>
span { border-color: #508A60; }
span { border-color: rgb(80,138,96); }
td.TdClassName
{
border-color: #508A60;
}
.TagClassName
{
border-color: #508A60;
}
</style>