Shades of Como #50805A
Tints of Como #50805A
RGB
CMYK
RGB Variations
Color information
#50805A (or 0x50805A) is known color: Como. HEX triplet: 50, 80 and 5A. RGB value is (80,128,90). Sum of RGB (Red+Green+Blue) = 80+128+90=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #50805A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50805A is #AF7FA5. Grayscale: #6D6D6D. Windows color (decimal): -11501478 or 5931088. OLE color: 5931088.
HSL color Cylindrical-coordinate representation of color #50805A: hue angle of 132.5º 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 #50805A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 128 | 90 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.50 |
| HSL | 132.5º | 0.23% | 0.41% | - |
| HSV(B) | 132.5º | 0.38% | 0.5% | - |
| XYZ | 12.87 | 17.88 | 12.45 | - |
| YUV | 109.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 90 | 0.38 | 0 | 0.30 | 0.50 | 132.5 | 0.23 | 0.41 |
| Hex | 50 | 80 | 5A | 26 | 0 | 1E | 32 | 84 | 17 | 29 |
| Octal | 120 | 200 | 132 | 46 | 0 | 36 | 62 | 204 | 27 | 51 |
| Binary | 1010000 | 10000000 | 1011010 | 100110 | 0 | 11110 | 110010 | 10000100 | 10111 | 101001 |
Color Harmonies of #50805A
Complementary color
Monochromatic Colors of #50805A
Black with #50805A
Text Example
Text Example
White with #50805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50805A; }
p { color: rgb(80,128,90); }
H1.HeaderClassName
{
color: #50805A;
}
.AnyTagClassName
{
color: #50805A;
}
</style>
background-color css
<style>
a { background-color: #50805A; }
a { background-color: rgb(80,128,90); }
div.DivClassName
{
background-color: #50805A;
}
.BgClassName
{
background-color: #50805A;
}
</style>
border-color css
<style>
span { border-color: #50805A; }
span { border-color: rgb(80,128,90); }
td.TdClassName
{
border-color: #50805A;
}
.TagClassName
{
border-color: #50805A;
}
</style>