Shades of Como #508B60
Tints of Como #508B60
RGB
CMYK
RGB Variations
Color information
#508B60 (or 0x508B60) is known color: Como. HEX triplet: 50, 8B and 60. RGB value is (80,139,96). Sum of RGB (Red+Green+Blue) = 80+139+96=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #508B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B60 is #AF749F. Grayscale: #747474. Windows color (decimal): -11498656 or 6327120. OLE color: 6327120.
HSL color Cylindrical-coordinate representation of color #508B60: hue angle of 136.27º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B60 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 96 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.45 |
| HSL | 136.27º | 0.27% | 0.43% | - |
| HSV(B) | 136.27º | 0.42% | 0.55% | - |
| XYZ | 14.65 | 21.02 | 14.35 | - |
| YUV | 116.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 96 | 0.42 | 0 | 0.31 | 0.45 | 136.27 | 0.27 | 0.43 |
| Hex | 50 | 8B | 60 | 2A | 0 | 1F | 2D | 88 | 1B | 2B |
| Octal | 120 | 213 | 140 | 52 | 0 | 37 | 55 | 210 | 33 | 53 |
| Binary | 1010000 | 10001011 | 1100000 | 101010 | 0 | 11111 | 101101 | 10001000 | 11011 | 101011 |
Color Harmonies of #508B60
Complementary color
Monochromatic Colors of #508B60
Black with #508B60
Text Example
Text Example
White with #508B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B60; }
p { color: rgb(80,139,96); }
H1.HeaderClassName
{
color: #508B60;
}
.AnyTagClassName
{
color: #508B60;
}
</style>
background-color css
<style>
a { background-color: #508B60; }
a { background-color: rgb(80,139,96); }
div.DivClassName
{
background-color: #508B60;
}
.BgClassName
{
background-color: #508B60;
}
</style>
border-color css
<style>
span { border-color: #508B60; }
span { border-color: rgb(80,139,96); }
td.TdClassName
{
border-color: #508B60;
}
.TagClassName
{
border-color: #508B60;
}
</style>