Shades of Como #508A69
Tints of Como #508A69
RGB
CMYK
RGB Variations
Color information
#508A69 (or 0x508A69) is known color: Como. HEX triplet: 50, 8A and 69. RGB value is (80,138,105). Sum of RGB (Red+Green+Blue) = 80+138+105=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #508A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A69 is #AF7596. Grayscale: #747474. Windows color (decimal): -11498903 or 6916688. OLE color: 6916688.
HSL color Cylindrical-coordinate representation of color #508A69: hue angle of 145.86º 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 #508A69 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 105 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.46 |
| HSL | 145.86º | 0.27% | 0.43% | - |
| HSV(B) | 145.86º | 0.42% | 0.54% | - |
| XYZ | 14.95 | 20.9 | 16.61 | - |
| YUV | 116.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 105 | 0.42 | 0 | 0.24 | 0.46 | 145.86 | 0.27 | 0.43 |
| Hex | 50 | 8A | 69 | 2A | 0 | 18 | 2E | 92 | 1B | 2B |
| Octal | 120 | 212 | 151 | 52 | 0 | 30 | 56 | 222 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1101001 | 101010 | 0 | 11000 | 101110 | 10010010 | 11011 | 101011 |
Color Harmonies of #508A69
Complementary color
Monochromatic Colors of #508A69
Black with #508A69
Text Example
Text Example
White with #508A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A69; }
p { color: rgb(80,138,105); }
H1.HeaderClassName
{
color: #508A69;
}
.AnyTagClassName
{
color: #508A69;
}
</style>
background-color css
<style>
a { background-color: #508A69; }
a { background-color: rgb(80,138,105); }
div.DivClassName
{
background-color: #508A69;
}
.BgClassName
{
background-color: #508A69;
}
</style>
border-color css
<style>
span { border-color: #508A69; }
span { border-color: rgb(80,138,105); }
td.TdClassName
{
border-color: #508A69;
}
.TagClassName
{
border-color: #508A69;
}
</style>