Shades of Como #50725F
Tints of Como #50725F
RGB
CMYK
RGB Variations
Color information
#50725F (or 0x50725F) is known color: Como. HEX triplet: 50, 72 and 5F. RGB value is (80,114,95). Sum of RGB (Red+Green+Blue) = 80+114+95=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #50725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50725F is #AF8DA0. Grayscale: #656565. Windows color (decimal): -11505057 or 6255184. OLE color: 6255184.
HSL color Cylindrical-coordinate representation of color #50725F: hue angle of 146.47º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50725F is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 95 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.55 |
| HSL | 146.47º | 0.18% | 0.38% | - |
| HSV(B) | 146.47º | 0.3% | 0.45% | - |
| XYZ | 11.39 | 14.57 | 13.04 | - |
| YUV | 101.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 95 | 0.30 | 0 | 0.17 | 0.55 | 146.47 | 0.18 | 0.38 |
| Hex | 50 | 72 | 5F | 1E | 0 | 11 | 37 | 92 | 12 | 26 |
| Octal | 120 | 162 | 137 | 36 | 0 | 21 | 67 | 222 | 22 | 46 |
| Binary | 1010000 | 1110010 | 1011111 | 11110 | 0 | 10001 | 110111 | 10010010 | 10010 | 100110 |
Color Harmonies of #50725F
Complementary color
Monochromatic Colors of #50725F
Black with #50725F
Text Example
Text Example
White with #50725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50725F; }
p { color: rgb(80,114,95); }
H1.HeaderClassName
{
color: #50725F;
}
.AnyTagClassName
{
color: #50725F;
}
</style>
background-color css
<style>
a { background-color: #50725F; }
a { background-color: rgb(80,114,95); }
div.DivClassName
{
background-color: #50725F;
}
.BgClassName
{
background-color: #50725F;
}
</style>
border-color css
<style>
span { border-color: #50725F; }
span { border-color: rgb(80,114,95); }
td.TdClassName
{
border-color: #50725F;
}
.TagClassName
{
border-color: #50725F;
}
</style>