Shades of Como #50865B
Tints of Como #50865B
RGB
CMYK
RGB Variations
Color information
#50865B (or 0x50865B) is known color: Como. HEX triplet: 50, 86 and 5B. RGB value is (80,134,91). Sum of RGB (Red+Green+Blue) = 80+134+91=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #50865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50865B is #AF79A4. Grayscale: #717171. Windows color (decimal): -11499941 or 5998160. OLE color: 5998160.
HSL color Cylindrical-coordinate representation of color #50865B: hue angle of 132.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50865B is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 91 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.47 |
| HSL | 132.22º | 0.25% | 0.42% | - |
| HSV(B) | 132.22º | 0.4% | 0.53% | - |
| XYZ | 13.72 | 19.51 | 12.94 | - |
| YUV | 112.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 91 | 0.40 | 0 | 0.32 | 0.47 | 132.22 | 0.25 | 0.42 |
| Hex | 50 | 86 | 5B | 28 | 0 | 20 | 2F | 84 | 19 | 2A |
| Octal | 120 | 206 | 133 | 50 | 0 | 40 | 57 | 204 | 31 | 52 |
| Binary | 1010000 | 10000110 | 1011011 | 101000 | 0 | 100000 | 101111 | 10000100 | 11001 | 101010 |
Color Harmonies of #50865B
Complementary color
Monochromatic Colors of #50865B
Black with #50865B
Text Example
Text Example
White with #50865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50865B; }
p { color: rgb(80,134,91); }
H1.HeaderClassName
{
color: #50865B;
}
.AnyTagClassName
{
color: #50865B;
}
</style>
background-color css
<style>
a { background-color: #50865B; }
a { background-color: rgb(80,134,91); }
div.DivClassName
{
background-color: #50865B;
}
.BgClassName
{
background-color: #50865B;
}
</style>
border-color css
<style>
span { border-color: #50865B; }
span { border-color: rgb(80,134,91); }
td.TdClassName
{
border-color: #50865B;
}
.TagClassName
{
border-color: #50865B;
}
</style>