Shades of Como #508769
Tints of Como #508769
RGB
CMYK
RGB Variations
Color information
#508769 (or 0x508769) is known color: Como. HEX triplet: 50, 87 and 69. RGB value is (80,135,105). Sum of RGB (Red+Green+Blue) = 80+135+105=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #508769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508769 is #AF7896. Grayscale: #737373. Windows color (decimal): -11499671 or 6915920. OLE color: 6915920.
HSL color Cylindrical-coordinate representation of color #508769: hue angle of 147.27º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508769 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 105 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.47 |
| HSL | 147.27º | 0.26% | 0.42% | - |
| HSV(B) | 147.27º | 0.41% | 0.53% | - |
| XYZ | 14.52 | 20.05 | 16.47 | - |
| YUV | 115.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 105 | 0.41 | 0 | 0.22 | 0.47 | 147.27 | 0.26 | 0.42 |
| Hex | 50 | 87 | 69 | 29 | 0 | 16 | 2F | 93 | 1A | 2A |
| Octal | 120 | 207 | 151 | 51 | 0 | 26 | 57 | 223 | 32 | 52 |
| Binary | 1010000 | 10000111 | 1101001 | 101001 | 0 | 10110 | 101111 | 10010011 | 11010 | 101010 |
Color Harmonies of #508769
Complementary color
Monochromatic Colors of #508769
Black with #508769
Text Example
Text Example
White with #508769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508769; }
p { color: rgb(80,135,105); }
H1.HeaderClassName
{
color: #508769;
}
.AnyTagClassName
{
color: #508769;
}
</style>
background-color css
<style>
a { background-color: #508769; }
a { background-color: rgb(80,135,105); }
div.DivClassName
{
background-color: #508769;
}
.BgClassName
{
background-color: #508769;
}
</style>
border-color css
<style>
span { border-color: #508769; }
span { border-color: rgb(80,135,105); }
td.TdClassName
{
border-color: #508769;
}
.TagClassName
{
border-color: #508769;
}
</style>