Shades of William #516C6C
Tints of William #516C6C
RGB
CMYK
RGB Variations
Color information
#516C6C (or 0x516C6C) is known color: William. HEX triplet: 51, 6C and 6C. RGB value is (81,108,108). Sum of RGB (Red+Green+Blue) = 81+108+108=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 108 - color contains mainly: green, blue. Hex color #516C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C6C is #AE9393. Grayscale: #636363. Windows color (decimal): -11441044 or 7105617. OLE color: 7105617.
HSL color Cylindrical-coordinate representation of color #516C6C: hue angle of 180º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #516C6C is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 108 | 108 | - |
| CMYK | 0.25 | 0 | 0 | 0.58 |
| HSL | 180º | 0.14% | 0.37% | - |
| HSV(B) | 180º | 0.25% | 0.42% | - |
| XYZ | 11.46 | 13.56 | 16.2 | - |
| YUV | 99.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 108 | 0.25 | 0 | 0 | 0.58 | 180 | 0.14 | 0.37 |
| Hex | 51 | 6C | 6C | 19 | 0 | 0 | 3A | B4 | E | 25 |
| Octal | 121 | 154 | 154 | 31 | 0 | 0 | 72 | 264 | 16 | 45 |
| Binary | 1010001 | 1101100 | 1101100 | 11001 | 0 | 0 | 111010 | 10110100 | 1110 | 100101 |
Color Harmonies of #516C6C
Complementary color
Monochromatic Colors of #516C6C
Black with #516C6C
Text Example
Text Example
White with #516C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C6C; }
p { color: rgb(81,108,108); }
H1.HeaderClassName
{
color: #516C6C;
}
.AnyTagClassName
{
color: #516C6C;
}
</style>
background-color css
<style>
a { background-color: #516C6C; }
a { background-color: rgb(81,108,108); }
div.DivClassName
{
background-color: #516C6C;
}
.BgClassName
{
background-color: #516C6C;
}
</style>
border-color css
<style>
span { border-color: #516C6C; }
span { border-color: rgb(81,108,108); }
td.TdClassName
{
border-color: #516C6C;
}
.TagClassName
{
border-color: #516C6C;
}
</style>