Shades of William #51716C
Tints of William #51716C
RGB
CMYK
RGB Variations
Color information
#51716C (or 0x51716C) is known color: William. HEX triplet: 51, 71 and 6C. RGB value is (81,113,108). Sum of RGB (Red+Green+Blue) = 81+113+108=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #51716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51716C is #AE8E93. Grayscale: #666666. Windows color (decimal): -11439764 or 7106897. OLE color: 7106897.
HSL color Cylindrical-coordinate representation of color #51716C: hue angle of 170.62º 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 #51716C is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 113 | 108 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.56 |
| HSL | 170.63º | 0.16% | 0.38% | - |
| HSV(B) | 170.63º | 0.28% | 0.44% | - |
| XYZ | 12.01 | 14.64 | 16.38 | - |
| YUV | 102.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 113 | 108 | 0.28 | 0 | 0.04 | 0.56 | 170.63 | 0.16 | 0.38 |
| Hex | 51 | 71 | 6C | 1C | 0 | 4 | 38 | AB | 10 | 26 |
| Octal | 121 | 161 | 154 | 34 | 0 | 4 | 70 | 253 | 20 | 46 |
| Binary | 1010001 | 1110001 | 1101100 | 11100 | 0 | 100 | 111000 | 10101011 | 10000 | 100110 |
Color Harmonies of #51716C
Complementary color
Monochromatic Colors of #51716C
Black with #51716C
Text Example
Text Example
White with #51716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51716C; }
p { color: rgb(81,113,108); }
H1.HeaderClassName
{
color: #51716C;
}
.AnyTagClassName
{
color: #51716C;
}
</style>
background-color css
<style>
a { background-color: #51716C; }
a { background-color: rgb(81,113,108); }
div.DivClassName
{
background-color: #51716C;
}
.BgClassName
{
background-color: #51716C;
}
</style>
border-color css
<style>
span { border-color: #51716C; }
span { border-color: rgb(81,113,108); }
td.TdClassName
{
border-color: #51716C;
}
.TagClassName
{
border-color: #51716C;
}
</style>