Shades of Como #508E69
Tints of Como #508E69
RGB
CMYK
RGB Variations
Color information
#508E69 (or 0x508E69) is known color: Como. HEX triplet: 50, 8E and 69. RGB value is (80,142,105). Sum of RGB (Red+Green+Blue) = 80+142+105=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #508E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E69 is #AF7196. Grayscale: #777777. Windows color (decimal): -11497879 or 6917712. OLE color: 6917712.
HSL color Cylindrical-coordinate representation of color #508E69: hue angle of 144.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508E69 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 105 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.44 |
| HSL | 144.19º | 0.28% | 0.44% | - |
| HSV(B) | 144.19º | 0.44% | 0.56% | - |
| XYZ | 15.53 | 22.07 | 16.81 | - |
| YUV | 119.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 105 | 0.44 | 0 | 0.26 | 0.44 | 144.19 | 0.28 | 0.44 |
| Hex | 50 | 8E | 69 | 2C | 0 | 1A | 2C | 90 | 1C | 2C |
| Octal | 120 | 216 | 151 | 54 | 0 | 32 | 54 | 220 | 34 | 54 |
| Binary | 1010000 | 10001110 | 1101001 | 101100 | 0 | 11010 | 101100 | 10010000 | 11100 | 101100 |
Color Harmonies of #508E69
Complementary color
Monochromatic Colors of #508E69
Black with #508E69
Text Example
Text Example
White with #508E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E69; }
p { color: rgb(80,142,105); }
H1.HeaderClassName
{
color: #508E69;
}
.AnyTagClassName
{
color: #508E69;
}
</style>
background-color css
<style>
a { background-color: #508E69; }
a { background-color: rgb(80,142,105); }
div.DivClassName
{
background-color: #508E69;
}
.BgClassName
{
background-color: #508E69;
}
</style>
border-color css
<style>
span { border-color: #508E69; }
span { border-color: rgb(80,142,105); }
td.TdClassName
{
border-color: #508E69;
}
.TagClassName
{
border-color: #508E69;
}
</style>