Shades of Como #508D69
Tints of Como #508D69
RGB
CMYK
RGB Variations
Color information
#508D69 (or 0x508D69) is known color: Como. HEX triplet: 50, 8D and 69. RGB value is (80,141,105). Sum of RGB (Red+Green+Blue) = 80+141+105=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 141 - color contains mainly: green. Hex color #508D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D69 is #AF7296. Grayscale: #767676. Windows color (decimal): -11498135 or 6917456. OLE color: 6917456.
HSL color Cylindrical-coordinate representation of color #508D69: hue angle of 144.59º 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 #508D69 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 141 | 105 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.45 |
| HSL | 144.59º | 0.28% | 0.43% | - |
| HSV(B) | 144.59º | 0.43% | 0.55% | - |
| XYZ | 15.38 | 21.78 | 16.76 | - |
| YUV | 118.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 105 | 0.43 | 0 | 0.26 | 0.45 | 144.59 | 0.28 | 0.43 |
| Hex | 50 | 8D | 69 | 2B | 0 | 1A | 2D | 91 | 1C | 2B |
| Octal | 120 | 215 | 151 | 53 | 0 | 32 | 55 | 221 | 34 | 53 |
| Binary | 1010000 | 10001101 | 1101001 | 101011 | 0 | 11010 | 101101 | 10010001 | 11100 | 101011 |
Color Harmonies of #508D69
Complementary color
Monochromatic Colors of #508D69
Black with #508D69
Text Example
Text Example
White with #508D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D69; }
p { color: rgb(80,141,105); }
H1.HeaderClassName
{
color: #508D69;
}
.AnyTagClassName
{
color: #508D69;
}
</style>
background-color css
<style>
a { background-color: #508D69; }
a { background-color: rgb(80,141,105); }
div.DivClassName
{
background-color: #508D69;
}
.BgClassName
{
background-color: #508D69;
}
</style>
border-color css
<style>
span { border-color: #508D69; }
span { border-color: rgb(80,141,105); }
td.TdClassName
{
border-color: #508D69;
}
.TagClassName
{
border-color: #508D69;
}
</style>