Shades of Tax Break #516E72
Tints of Tax Break #516E72
RGB
CMYK
RGB Variations
Color information
#516E72 (or 0x516E72) is known color: Tax Break. HEX triplet: 51, 6E and 72. RGB value is (81,110,114). Sum of RGB (Red+Green+Blue) = 81+110+114=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #516E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E72 is #AE918D. Grayscale: #656565. Windows color (decimal): -11440526 or 7499345. OLE color: 7499345.
HSL color Cylindrical-coordinate representation of color #516E72: hue angle of 187.27º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #516E72 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 110 | 114 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.55 |
| HSL | 187.27º | 0.17% | 0.38% | - |
| HSV(B) | 187.27º | 0.29% | 0.45% | - |
| XYZ | 12.01 | 14.12 | 18.01 | - |
| YUV | 101.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 114 | 0.29 | 0.04 | 0 | 0.55 | 187.27 | 0.17 | 0.38 |
| Hex | 51 | 6E | 72 | 1D | 4 | 0 | 37 | BB | 11 | 26 |
| Octal | 121 | 156 | 162 | 35 | 4 | 0 | 67 | 273 | 21 | 46 |
| Binary | 1010001 | 1101110 | 1110010 | 11101 | 100 | 0 | 110111 | 10111011 | 10001 | 100110 |
Color Harmonies of #516E72
Complementary color
Monochromatic Colors of #516E72
Black with #516E72
Text Example
Text Example
White with #516E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E72; }
p { color: rgb(81,110,114); }
H1.HeaderClassName
{
color: #516E72;
}
.AnyTagClassName
{
color: #516E72;
}
</style>
background-color css
<style>
a { background-color: #516E72; }
a { background-color: rgb(81,110,114); }
div.DivClassName
{
background-color: #516E72;
}
.BgClassName
{
background-color: #516E72;
}
</style>
border-color css
<style>
span { border-color: #516E72; }
span { border-color: rgb(81,110,114); }
td.TdClassName
{
border-color: #516E72;
}
.TagClassName
{
border-color: #516E72;
}
</style>