Shades of Como #508165
Tints of Como #508165
RGB
CMYK
RGB Variations
Color information
#508165 (or 0x508165) is known color: Como. HEX triplet: 50, 81 and 65. RGB value is (80,129,101). Sum of RGB (Red+Green+Blue) = 80+129+101=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #508165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508165 is #AF7E9A. Grayscale: #6F6F6F. Windows color (decimal): -11501211 or 6652240. OLE color: 6652240.
HSL color Cylindrical-coordinate representation of color #508165: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508165 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 101 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.49 |
| HSL | 145.71º | 0.23% | 0.41% | - |
| HSV(B) | 145.71º | 0.38% | 0.51% | - |
| XYZ | 13.51 | 18.35 | 15.14 | - |
| YUV | 111.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 101 | 0.38 | 0 | 0.22 | 0.49 | 145.71 | 0.23 | 0.41 |
| Hex | 50 | 81 | 65 | 26 | 0 | 16 | 31 | 92 | 17 | 29 |
| Octal | 120 | 201 | 145 | 46 | 0 | 26 | 61 | 222 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1100101 | 100110 | 0 | 10110 | 110001 | 10010010 | 10111 | 101001 |
Color Harmonies of #508165
Complementary color
Monochromatic Colors of #508165
Black with #508165
Text Example
Text Example
White with #508165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508165; }
p { color: rgb(80,129,101); }
H1.HeaderClassName
{
color: #508165;
}
.AnyTagClassName
{
color: #508165;
}
</style>
background-color css
<style>
a { background-color: #508165; }
a { background-color: rgb(80,129,101); }
div.DivClassName
{
background-color: #508165;
}
.BgClassName
{
background-color: #508165;
}
</style>
border-color css
<style>
span { border-color: #508165; }
span { border-color: rgb(80,129,101); }
td.TdClassName
{
border-color: #508165;
}
.TagClassName
{
border-color: #508165;
}
</style>