Shades of William #50716D
Tints of William #50716D
RGB
CMYK
RGB Variations
Color information
#50716D (or 0x50716D) is known color: William. HEX triplet: 50, 71 and 6D. RGB value is (80,113,109). Sum of RGB (Red+Green+Blue) = 80+113+109=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #50716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50716D is #AF8E92. Grayscale: #666666. Windows color (decimal): -11505299 or 7172432. OLE color: 7172432.
HSL color Cylindrical-coordinate representation of color #50716D: hue angle of 172.73º 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 #50716D is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 109 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.56 |
| HSL | 172.73º | 0.17% | 0.38% | - |
| HSV(B) | 172.73º | 0.29% | 0.44% | - |
| XYZ | 11.97 | 14.62 | 16.66 | - |
| YUV | 102.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 109 | 0.29 | 0 | 0.04 | 0.56 | 172.73 | 0.17 | 0.38 |
| Hex | 50 | 71 | 6D | 1D | 0 | 4 | 38 | AD | 11 | 26 |
| Octal | 120 | 161 | 155 | 35 | 0 | 4 | 70 | 255 | 21 | 46 |
| Binary | 1010000 | 1110001 | 1101101 | 11101 | 0 | 100 | 111000 | 10101101 | 10001 | 100110 |
Color Harmonies of #50716D
Complementary color
Monochromatic Colors of #50716D
Black with #50716D
Text Example
Text Example
White with #50716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50716D; }
p { color: rgb(80,113,109); }
H1.HeaderClassName
{
color: #50716D;
}
.AnyTagClassName
{
color: #50716D;
}
</style>
background-color css
<style>
a { background-color: #50716D; }
a { background-color: rgb(80,113,109); }
div.DivClassName
{
background-color: #50716D;
}
.BgClassName
{
background-color: #50716D;
}
</style>
border-color css
<style>
span { border-color: #50716D; }
span { border-color: rgb(80,113,109); }
td.TdClassName
{
border-color: #50716D;
}
.TagClassName
{
border-color: #50716D;
}
</style>