Shades of William #516F6A
Tints of William #516F6A
RGB
CMYK
RGB Variations
Color information
#516F6A (or 0x516F6A) is known color: William. HEX triplet: 51, 6F and 6A. RGB value is (81,111,106). Sum of RGB (Red+Green+Blue) = 81+111+106=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 111 - color contains mainly: green. Hex color #516F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F6A is #AE9095. Grayscale: #656565. Windows color (decimal): -11440278 or 6975313. OLE color: 6975313.
HSL color Cylindrical-coordinate representation of color #516F6A: hue angle of 170º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #516F6A is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 111 | 106 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.56 |
| HSL | 170º | 0.16% | 0.38% | - |
| HSV(B) | 170º | 0.27% | 0.44% | - |
| XYZ | 11.68 | 14.16 | 15.75 | - |
| YUV | 101.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 106 | 0.27 | 0 | 0.05 | 0.56 | 170 | 0.16 | 0.38 |
| Hex | 51 | 6F | 6A | 1B | 0 | 5 | 38 | AA | 10 | 26 |
| Octal | 121 | 157 | 152 | 33 | 0 | 5 | 70 | 252 | 20 | 46 |
| Binary | 1010001 | 1101111 | 1101010 | 11011 | 0 | 101 | 111000 | 10101010 | 10000 | 100110 |
Color Harmonies of #516F6A
Complementary color
Monochromatic Colors of #516F6A
Black with #516F6A
Text Example
Text Example
White with #516F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516F6A; }
p { color: rgb(81,111,106); }
H1.HeaderClassName
{
color: #516F6A;
}
.AnyTagClassName
{
color: #516F6A;
}
</style>
background-color css
<style>
a { background-color: #516F6A; }
a { background-color: rgb(81,111,106); }
div.DivClassName
{
background-color: #516F6A;
}
.BgClassName
{
background-color: #516F6A;
}
</style>
border-color css
<style>
span { border-color: #516F6A; }
span { border-color: rgb(81,111,106); }
td.TdClassName
{
border-color: #516F6A;
}
.TagClassName
{
border-color: #516F6A;
}
</style>