Shades of William #516D68
Tints of William #516D68
RGB
CMYK
RGB Variations
Color information
#516D68 (or 0x516D68) is known color: William. HEX triplet: 51, 6D and 68. RGB value is (81,109,104). Sum of RGB (Red+Green+Blue) = 81+109+104=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #516D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D68 is #AE9297. Grayscale: #646464. Windows color (decimal): -11440792 or 6843729. OLE color: 6843729.
HSL color Cylindrical-coordinate representation of color #516D68: hue angle of 169.29º 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 #516D68 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 104 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.57 |
| HSL | 169.29º | 0.15% | 0.37% | - |
| HSV(B) | 169.29º | 0.26% | 0.43% | - |
| XYZ | 11.36 | 13.69 | 15.14 | - |
| YUV | 100.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 104 | 0.26 | 0 | 0.05 | 0.57 | 169.29 | 0.15 | 0.37 |
| Hex | 51 | 6D | 68 | 1A | 0 | 5 | 39 | A9 | F | 25 |
| Octal | 121 | 155 | 150 | 32 | 0 | 5 | 71 | 251 | 17 | 45 |
| Binary | 1010001 | 1101101 | 1101000 | 11010 | 0 | 101 | 111001 | 10101001 | 1111 | 100101 |
Color Harmonies of #516D68
Complementary color
Monochromatic Colors of #516D68
Black with #516D68
Text Example
Text Example
White with #516D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D68; }
p { color: rgb(81,109,104); }
H1.HeaderClassName
{
color: #516D68;
}
.AnyTagClassName
{
color: #516D68;
}
</style>
background-color css
<style>
a { background-color: #516D68; }
a { background-color: rgb(81,109,104); }
div.DivClassName
{
background-color: #516D68;
}
.BgClassName
{
background-color: #516D68;
}
</style>
border-color css
<style>
span { border-color: #516D68; }
span { border-color: rgb(81,109,104); }
td.TdClassName
{
border-color: #516D68;
}
.TagClassName
{
border-color: #516D68;
}
</style>