Shades of Como #508F68
Tints of Como #508F68
RGB
CMYK
RGB Variations
Color information
#508F68 (or 0x508F68) is known color: Como. HEX triplet: 50, 8F and 68. RGB value is (80,143,104). Sum of RGB (Red+Green+Blue) = 80+143+104=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #508F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F68 is #AF7097. Grayscale: #777777. Windows color (decimal): -11497624 or 6852432. OLE color: 6852432.
HSL color Cylindrical-coordinate representation of color #508F68: hue angle of 142.86º 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 #508F68 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 104 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.44 |
| HSL | 142.86º | 0.28% | 0.44% | - |
| HSV(B) | 142.86º | 0.44% | 0.56% | - |
| XYZ | 15.63 | 22.35 | 16.59 | - |
| YUV | 119.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 104 | 0.44 | 0 | 0.27 | 0.44 | 142.86 | 0.28 | 0.44 |
| Hex | 50 | 8F | 68 | 2C | 0 | 1B | 2C | 8F | 1C | 2C |
| Octal | 120 | 217 | 150 | 54 | 0 | 33 | 54 | 217 | 34 | 54 |
| Binary | 1010000 | 10001111 | 1101000 | 101100 | 0 | 11011 | 101100 | 10001111 | 11100 | 101100 |
Color Harmonies of #508F68
Complementary color
Monochromatic Colors of #508F68
Black with #508F68
Text Example
Text Example
White with #508F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F68; }
p { color: rgb(80,143,104); }
H1.HeaderClassName
{
color: #508F68;
}
.AnyTagClassName
{
color: #508F68;
}
</style>
background-color css
<style>
a { background-color: #508F68; }
a { background-color: rgb(80,143,104); }
div.DivClassName
{
background-color: #508F68;
}
.BgClassName
{
background-color: #508F68;
}
</style>
border-color css
<style>
span { border-color: #508F68; }
span { border-color: rgb(80,143,104); }
td.TdClassName
{
border-color: #508F68;
}
.TagClassName
{
border-color: #508F68;
}
</style>