Shades of Como #50805F
Tints of Como #50805F
RGB
CMYK
RGB Variations
Color information
#50805F (or 0x50805F) is known color: Como. HEX triplet: 50, 80 and 5F. RGB value is (80,128,95). Sum of RGB (Red+Green+Blue) = 80+128+95=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #50805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50805F is #AF7FA0. Grayscale: #6D6D6D. Windows color (decimal): -11501473 or 6258768. OLE color: 6258768.
HSL color Cylindrical-coordinate representation of color #50805F: hue angle of 138.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50805F is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 128 | 95 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.50 |
| HSL | 138.75º | 0.23% | 0.41% | - |
| HSV(B) | 138.75º | 0.38% | 0.5% | - |
| XYZ | 13.09 | 17.97 | 13.6 | - |
| YUV | 109.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 95 | 0.38 | 0 | 0.26 | 0.50 | 138.75 | 0.23 | 0.41 |
| Hex | 50 | 80 | 5F | 26 | 0 | 1A | 32 | 8B | 17 | 29 |
| Octal | 120 | 200 | 137 | 46 | 0 | 32 | 62 | 213 | 27 | 51 |
| Binary | 1010000 | 10000000 | 1011111 | 100110 | 0 | 11010 | 110010 | 10001011 | 10111 | 101001 |
Color Harmonies of #50805F
Complementary color
Monochromatic Colors of #50805F
Black with #50805F
Text Example
Text Example
White with #50805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50805F; }
p { color: rgb(80,128,95); }
H1.HeaderClassName
{
color: #50805F;
}
.AnyTagClassName
{
color: #50805F;
}
</style>
background-color css
<style>
a { background-color: #50805F; }
a { background-color: rgb(80,128,95); }
div.DivClassName
{
background-color: #50805F;
}
.BgClassName
{
background-color: #50805F;
}
</style>
border-color css
<style>
span { border-color: #50805F; }
span { border-color: rgb(80,128,95); }
td.TdClassName
{
border-color: #50805F;
}
.TagClassName
{
border-color: #50805F;
}
</style>