Shades of William #50706D
Tints of William #50706D
RGB
CMYK
RGB Variations
Color information
#50706D (or 0x50706D) is known color: William. HEX triplet: 50, 70 and 6D. RGB value is (80,112,109). Sum of RGB (Red+Green+Blue) = 80+112+109=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #50706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50706D is #AF8F92. Grayscale: #666666. Windows color (decimal): -11505555 or 7172176. OLE color: 7172176.
HSL color Cylindrical-coordinate representation of color #50706D: hue angle of 174.38º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50706D is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 109 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.56 |
| HSL | 174.38º | 0.17% | 0.38% | - |
| HSV(B) | 174.38º | 0.29% | 0.44% | - |
| XYZ | 11.86 | 14.4 | 16.62 | - |
| YUV | 102.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 109 | 0.29 | 0 | 0.03 | 0.56 | 174.38 | 0.17 | 0.38 |
| Hex | 50 | 70 | 6D | 1D | 0 | 3 | 38 | AE | 11 | 26 |
| Octal | 120 | 160 | 155 | 35 | 0 | 3 | 70 | 256 | 21 | 46 |
| Binary | 1010000 | 1110000 | 1101101 | 11101 | 0 | 11 | 111000 | 10101110 | 10001 | 100110 |
Color Harmonies of #50706D
Complementary color
Monochromatic Colors of #50706D
Black with #50706D
Text Example
Text Example
White with #50706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50706D; }
p { color: rgb(80,112,109); }
H1.HeaderClassName
{
color: #50706D;
}
.AnyTagClassName
{
color: #50706D;
}
</style>
background-color css
<style>
a { background-color: #50706D; }
a { background-color: rgb(80,112,109); }
div.DivClassName
{
background-color: #50706D;
}
.BgClassName
{
background-color: #50706D;
}
</style>
border-color css
<style>
span { border-color: #50706D; }
span { border-color: rgb(80,112,109); }
td.TdClassName
{
border-color: #50706D;
}
.TagClassName
{
border-color: #50706D;
}
</style>