Shades of Como #508A68
Tints of Como #508A68
RGB
CMYK
RGB Variations
Color information
#508A68 (or 0x508A68) is known color: Como. HEX triplet: 50, 8A and 68. RGB value is (80,138,104). Sum of RGB (Red+Green+Blue) = 80+138+104=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 138 - color contains mainly: green. Hex color #508A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A68 is #AF7597. Grayscale: #747474. Windows color (decimal): -11498904 or 6851152. OLE color: 6851152.
HSL color Cylindrical-coordinate representation of color #508A68: hue angle of 144.83º 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 #508A68 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 104 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.46 |
| HSL | 144.83º | 0.27% | 0.43% | - |
| HSV(B) | 144.83º | 0.42% | 0.54% | - |
| XYZ | 14.9 | 20.88 | 16.34 | - |
| YUV | 116.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 104 | 0.42 | 0 | 0.25 | 0.46 | 144.83 | 0.27 | 0.43 |
| Hex | 50 | 8A | 68 | 2A | 0 | 19 | 2E | 91 | 1B | 2B |
| Octal | 120 | 212 | 150 | 52 | 0 | 31 | 56 | 221 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1101000 | 101010 | 0 | 11001 | 101110 | 10010001 | 11011 | 101011 |
Color Harmonies of #508A68
Complementary color
Monochromatic Colors of #508A68
Black with #508A68
Text Example
Text Example
White with #508A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A68; }
p { color: rgb(80,138,104); }
H1.HeaderClassName
{
color: #508A68;
}
.AnyTagClassName
{
color: #508A68;
}
</style>
background-color css
<style>
a { background-color: #508A68; }
a { background-color: rgb(80,138,104); }
div.DivClassName
{
background-color: #508A68;
}
.BgClassName
{
background-color: #508A68;
}
</style>
border-color css
<style>
span { border-color: #508A68; }
span { border-color: rgb(80,138,104); }
td.TdClassName
{
border-color: #508A68;
}
.TagClassName
{
border-color: #508A68;
}
</style>