Shades of Como #508164
Tints of Como #508164
RGB
CMYK
RGB Variations
Color information
#508164 (or 0x508164) is known color: Como. HEX triplet: 50, 81 and 64. RGB value is (80,129,100). Sum of RGB (Red+Green+Blue) = 80+129+100=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #508164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508164 is #AF7E9B. Grayscale: #6F6F6F. Windows color (decimal): -11501212 or 6586704. OLE color: 6586704.
HSL color Cylindrical-coordinate representation of color #508164: hue angle of 144.49º 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 #508164 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 100 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.49 |
| HSL | 144.49º | 0.23% | 0.41% | - |
| HSV(B) | 144.49º | 0.38% | 0.51% | - |
| XYZ | 13.46 | 18.33 | 14.88 | - |
| YUV | 111.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 100 | 0.38 | 0 | 0.22 | 0.49 | 144.49 | 0.23 | 0.41 |
| Hex | 50 | 81 | 64 | 26 | 0 | 16 | 31 | 90 | 17 | 29 |
| Octal | 120 | 201 | 144 | 46 | 0 | 26 | 61 | 220 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1100100 | 100110 | 0 | 10110 | 110001 | 10010000 | 10111 | 101001 |
Color Harmonies of #508164
Complementary color
Monochromatic Colors of #508164
Black with #508164
Text Example
Text Example
White with #508164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508164; }
p { color: rgb(80,129,100); }
H1.HeaderClassName
{
color: #508164;
}
.AnyTagClassName
{
color: #508164;
}
</style>
background-color css
<style>
a { background-color: #508164; }
a { background-color: rgb(80,129,100); }
div.DivClassName
{
background-color: #508164;
}
.BgClassName
{
background-color: #508164;
}
</style>
border-color css
<style>
span { border-color: #508164; }
span { border-color: rgb(80,129,100); }
td.TdClassName
{
border-color: #508164;
}
.TagClassName
{
border-color: #508164;
}
</style>