Shades of William #51716D
Tints of William #51716D
RGB
CMYK
RGB Variations
Color information
#51716D (or 0x51716D) is known color: William. HEX triplet: 51, 71 and 6D. RGB value is (81,113,109). Sum of RGB (Red+Green+Blue) = 81+113+109=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 113 - color contains mainly: green. Hex color #51716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51716D is #AE8E92. Grayscale: #666666. Windows color (decimal): -11439763 or 7172433. OLE color: 7172433.
HSL color Cylindrical-coordinate representation of color #51716D: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51716D is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 113 | 109 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.56 |
| HSL | 172.5º | 0.16% | 0.38% | - |
| HSV(B) | 172.5º | 0.28% | 0.44% | - |
| XYZ | 12.06 | 14.66 | 16.66 | - |
| YUV | 102.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 113 | 109 | 0.28 | 0 | 0.04 | 0.56 | 172.5 | 0.16 | 0.38 |
| Hex | 51 | 71 | 6D | 1C | 0 | 4 | 38 | AC | 10 | 26 |
| Octal | 121 | 161 | 155 | 34 | 0 | 4 | 70 | 254 | 20 | 46 |
| Binary | 1010001 | 1110001 | 1101101 | 11100 | 0 | 100 | 111000 | 10101100 | 10000 | 100110 |
Color Harmonies of #51716D
Complementary color
Monochromatic Colors of #51716D
Black with #51716D
Text Example
Text Example
White with #51716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51716D; }
p { color: rgb(81,113,109); }
H1.HeaderClassName
{
color: #51716D;
}
.AnyTagClassName
{
color: #51716D;
}
</style>
background-color css
<style>
a { background-color: #51716D; }
a { background-color: rgb(81,113,109); }
div.DivClassName
{
background-color: #51716D;
}
.BgClassName
{
background-color: #51716D;
}
</style>
border-color css
<style>
span { border-color: #51716D; }
span { border-color: rgb(81,113,109); }
td.TdClassName
{
border-color: #51716D;
}
.TagClassName
{
border-color: #51716D;
}
</style>