Shades of Como #508163
Tints of Como #508163
RGB
CMYK
RGB Variations
Color information
#508163 (or 0x508163) is known color: Como. HEX triplet: 50, 81 and 63. RGB value is (80,129,99). Sum of RGB (Red+Green+Blue) = 80+129+99=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #508163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508163 is #AF7E9C. Grayscale: #6F6F6F. Windows color (decimal): -11501213 or 6521168. OLE color: 6521168.
HSL color Cylindrical-coordinate representation of color #508163: hue angle of 143.27º 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 #508163 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 99 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.49 |
| HSL | 143.27º | 0.23% | 0.41% | - |
| HSV(B) | 143.27º | 0.38% | 0.51% | - |
| XYZ | 13.41 | 18.31 | 14.63 | - |
| YUV | 110.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 99 | 0.38 | 0 | 0.23 | 0.49 | 143.27 | 0.23 | 0.41 |
| Hex | 50 | 81 | 63 | 26 | 0 | 17 | 31 | 8F | 17 | 29 |
| Octal | 120 | 201 | 143 | 46 | 0 | 27 | 61 | 217 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1100011 | 100110 | 0 | 10111 | 110001 | 10001111 | 10111 | 101001 |
Color Harmonies of #508163
Complementary color
Monochromatic Colors of #508163
Black with #508163
Text Example
Text Example
White with #508163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508163; }
p { color: rgb(80,129,99); }
H1.HeaderClassName
{
color: #508163;
}
.AnyTagClassName
{
color: #508163;
}
</style>
background-color css
<style>
a { background-color: #508163; }
a { background-color: rgb(80,129,99); }
div.DivClassName
{
background-color: #508163;
}
.BgClassName
{
background-color: #508163;
}
</style>
border-color css
<style>
span { border-color: #508163; }
span { border-color: rgb(80,129,99); }
td.TdClassName
{
border-color: #508163;
}
.TagClassName
{
border-color: #508163;
}
</style>