Shades of William #516E6C
Tints of William #516E6C
RGB
CMYK
RGB Variations
Color information
#516E6C (or 0x516E6C) is known color: William. HEX triplet: 51, 6E and 6C. RGB value is (81,110,108). Sum of RGB (Red+Green+Blue) = 81+110+108=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 110 - color contains mainly: green. Hex color #516E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E6C is #AE9193. Grayscale: #656565. Windows color (decimal): -11440532 or 7106129. OLE color: 7106129.
HSL color Cylindrical-coordinate representation of color #516E6C: hue angle of 175.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516E6C is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 110 | 108 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.57 |
| HSL | 175.86º | 0.15% | 0.37% | - |
| HSV(B) | 175.86º | 0.26% | 0.43% | - |
| XYZ | 11.68 | 13.98 | 16.27 | - |
| YUV | 101.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 108 | 0.26 | 0 | 0.02 | 0.57 | 175.86 | 0.15 | 0.37 |
| Hex | 51 | 6E | 6C | 1A | 0 | 2 | 39 | B0 | F | 25 |
| Octal | 121 | 156 | 154 | 32 | 0 | 2 | 71 | 260 | 17 | 45 |
| Binary | 1010001 | 1101110 | 1101100 | 11010 | 0 | 10 | 111001 | 10110000 | 1111 | 100101 |
Color Harmonies of #516E6C
Complementary color
Monochromatic Colors of #516E6C
Black with #516E6C
Text Example
Text Example
White with #516E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E6C; }
p { color: rgb(81,110,108); }
H1.HeaderClassName
{
color: #516E6C;
}
.AnyTagClassName
{
color: #516E6C;
}
</style>
background-color css
<style>
a { background-color: #516E6C; }
a { background-color: rgb(81,110,108); }
div.DivClassName
{
background-color: #516E6C;
}
.BgClassName
{
background-color: #516E6C;
}
</style>
border-color css
<style>
span { border-color: #516E6C; }
span { border-color: rgb(81,110,108); }
td.TdClassName
{
border-color: #516E6C;
}
.TagClassName
{
border-color: #516E6C;
}
</style>