Shades of William #50716F
Tints of William #50716F
RGB
CMYK
RGB Variations
Color information
#50716F (or 0x50716F) is known color: William. HEX triplet: 50, 71 and 6F. RGB value is (80,113,111). Sum of RGB (Red+Green+Blue) = 80+113+111=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #50716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50716F is #AF8E90. Grayscale: #666666. Windows color (decimal): -11505297 or 7303504. OLE color: 7303504.
HSL color Cylindrical-coordinate representation of color #50716F: hue angle of 176.36º 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 #50716F is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 111 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.56 |
| HSL | 176.36º | 0.17% | 0.38% | - |
| HSV(B) | 176.36º | 0.29% | 0.44% | - |
| XYZ | 12.08 | 14.66 | 17.23 | - |
| YUV | 102.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 111 | 0.29 | 0 | 0.02 | 0.56 | 176.36 | 0.17 | 0.38 |
| Hex | 50 | 71 | 6F | 1D | 0 | 2 | 38 | B0 | 11 | 26 |
| Octal | 120 | 161 | 157 | 35 | 0 | 2 | 70 | 260 | 21 | 46 |
| Binary | 1010000 | 1110001 | 1101111 | 11101 | 0 | 10 | 111000 | 10110000 | 10001 | 100110 |
Color Harmonies of #50716F
Complementary color
Monochromatic Colors of #50716F
Black with #50716F
Text Example
Text Example
White with #50716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50716F; }
p { color: rgb(80,113,111); }
H1.HeaderClassName
{
color: #50716F;
}
.AnyTagClassName
{
color: #50716F;
}
</style>
background-color css
<style>
a { background-color: #50716F; }
a { background-color: rgb(80,113,111); }
div.DivClassName
{
background-color: #50716F;
}
.BgClassName
{
background-color: #50716F;
}
</style>
border-color css
<style>
span { border-color: #50716F; }
span { border-color: rgb(80,113,111); }
td.TdClassName
{
border-color: #50716F;
}
.TagClassName
{
border-color: #50716F;
}
</style>