Shades of William #50716B
Tints of William #50716B
RGB
CMYK
RGB Variations
Color information
#50716B (or 0x50716B) is known color: William. HEX triplet: 50, 71 and 6B. RGB value is (80,113,107). Sum of RGB (Red+Green+Blue) = 80+113+107=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #50716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50716B is #AF8E94. Grayscale: #666666. Windows color (decimal): -11505301 or 7041360. OLE color: 7041360.
HSL color Cylindrical-coordinate representation of color #50716B: hue angle of 169.09º 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 #50716B is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 107 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.56 |
| HSL | 169.09º | 0.17% | 0.38% | - |
| HSV(B) | 169.09º | 0.29% | 0.44% | - |
| XYZ | 11.87 | 14.58 | 16.1 | - |
| YUV | 102.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 107 | 0.29 | 0 | 0.05 | 0.56 | 169.09 | 0.17 | 0.38 |
| Hex | 50 | 71 | 6B | 1D | 0 | 5 | 38 | A9 | 11 | 26 |
| Octal | 120 | 161 | 153 | 35 | 0 | 5 | 70 | 251 | 21 | 46 |
| Binary | 1010000 | 1110001 | 1101011 | 11101 | 0 | 101 | 111000 | 10101001 | 10001 | 100110 |
Color Harmonies of #50716B
Complementary color
Monochromatic Colors of #50716B
Black with #50716B
Text Example
Text Example
White with #50716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50716B; }
p { color: rgb(80,113,107); }
H1.HeaderClassName
{
color: #50716B;
}
.AnyTagClassName
{
color: #50716B;
}
</style>
background-color css
<style>
a { background-color: #50716B; }
a { background-color: rgb(80,113,107); }
div.DivClassName
{
background-color: #50716B;
}
.BgClassName
{
background-color: #50716B;
}
</style>
border-color css
<style>
span { border-color: #50716B; }
span { border-color: rgb(80,113,107); }
td.TdClassName
{
border-color: #50716B;
}
.TagClassName
{
border-color: #50716B;
}
</style>