Shades of William #51706D
Tints of William #51706D
RGB
CMYK
RGB Variations
Color information
#51706D (or 0x51706D) is known color: William. HEX triplet: 51, 70 and 6D. RGB value is (81,112,109). Sum of RGB (Red+Green+Blue) = 81+112+109=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #51706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51706D is #AE8F92. Grayscale: #666666. Windows color (decimal): -11440019 or 7172177. OLE color: 7172177.
HSL color Cylindrical-coordinate representation of color #51706D: hue angle of 174.19º 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 #51706D is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 112 | 109 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.56 |
| HSL | 174.19º | 0.16% | 0.38% | - |
| HSV(B) | 174.19º | 0.28% | 0.44% | - |
| XYZ | 11.95 | 14.44 | 16.63 | - |
| YUV | 102.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 109 | 0.28 | 0 | 0.03 | 0.56 | 174.19 | 0.16 | 0.38 |
| Hex | 51 | 70 | 6D | 1C | 0 | 3 | 38 | AE | 10 | 26 |
| Octal | 121 | 160 | 155 | 34 | 0 | 3 | 70 | 256 | 20 | 46 |
| Binary | 1010001 | 1110000 | 1101101 | 11100 | 0 | 11 | 111000 | 10101110 | 10000 | 100110 |
Color Harmonies of #51706D
Complementary color
Monochromatic Colors of #51706D
Black with #51706D
Text Example
Text Example
White with #51706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51706D; }
p { color: rgb(81,112,109); }
H1.HeaderClassName
{
color: #51706D;
}
.AnyTagClassName
{
color: #51706D;
}
</style>
background-color css
<style>
a { background-color: #51706D; }
a { background-color: rgb(81,112,109); }
div.DivClassName
{
background-color: #51706D;
}
.BgClassName
{
background-color: #51706D;
}
</style>
border-color css
<style>
span { border-color: #51706D; }
span { border-color: rgb(81,112,109); }
td.TdClassName
{
border-color: #51706D;
}
.TagClassName
{
border-color: #51706D;
}
</style>