Shades of Como #50875B
Tints of Como #50875B
RGB
CMYK
RGB Variations
Color information
#50875B (or 0x50875B) is known color: Como. HEX triplet: 50, 87 and 5B. RGB value is (80,135,91). Sum of RGB (Red+Green+Blue) = 80+135+91=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #50875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50875B is #AF78A4. Grayscale: #717171. Windows color (decimal): -11499685 or 5998416. OLE color: 5998416.
HSL color Cylindrical-coordinate representation of color #50875B: hue angle of 132º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50875B is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 91 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.47 |
| HSL | 132º | 0.26% | 0.42% | - |
| HSV(B) | 132º | 0.41% | 0.53% | - |
| XYZ | 13.86 | 19.79 | 12.99 | - |
| YUV | 113.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 91 | 0.41 | 0 | 0.33 | 0.47 | 132 | 0.26 | 0.42 |
| Hex | 50 | 87 | 5B | 29 | 0 | 21 | 2F | 84 | 1A | 2A |
| Octal | 120 | 207 | 133 | 51 | 0 | 41 | 57 | 204 | 32 | 52 |
| Binary | 1010000 | 10000111 | 1011011 | 101001 | 0 | 100001 | 101111 | 10000100 | 11010 | 101010 |
Color Harmonies of #50875B
Complementary color
Monochromatic Colors of #50875B
Black with #50875B
Text Example
Text Example
White with #50875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50875B; }
p { color: rgb(80,135,91); }
H1.HeaderClassName
{
color: #50875B;
}
.AnyTagClassName
{
color: #50875B;
}
</style>
background-color css
<style>
a { background-color: #50875B; }
a { background-color: rgb(80,135,91); }
div.DivClassName
{
background-color: #50875B;
}
.BgClassName
{
background-color: #50875B;
}
</style>
border-color css
<style>
span { border-color: #50875B; }
span { border-color: rgb(80,135,91); }
td.TdClassName
{
border-color: #50875B;
}
.TagClassName
{
border-color: #50875B;
}
</style>