Shades of Tax Break #516E71
Tints of Tax Break #516E71
RGB
CMYK
RGB Variations
Color information
#516E71 (or 0x516E71) is known color: Tax Break. HEX triplet: 51, 6E and 71. RGB value is (81,110,113). Sum of RGB (Red+Green+Blue) = 81+110+113=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #516E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E71 is #AE918E. Grayscale: #656565. Windows color (decimal): -11440527 or 7433809. OLE color: 7433809.
HSL color Cylindrical-coordinate representation of color #516E71: hue angle of 185.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516E71 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 110 | 113 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.56 |
| HSL | 185.63º | 0.16% | 0.38% | - |
| HSV(B) | 185.63º | 0.28% | 0.44% | - |
| XYZ | 11.95 | 14.09 | 17.71 | - |
| YUV | 101.67 | 134.39 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 113 | 0.28 | 0.03 | 0 | 0.56 | 185.63 | 0.16 | 0.38 |
| Hex | 51 | 6E | 71 | 1C | 3 | 0 | 38 | BA | 10 | 26 |
| Octal | 121 | 156 | 161 | 34 | 3 | 0 | 70 | 272 | 20 | 46 |
| Binary | 1010001 | 1101110 | 1110001 | 11100 | 11 | 0 | 111000 | 10111010 | 10000 | 100110 |
Color Harmonies of #516E71
Complementary color
Monochromatic Colors of #516E71
Black with #516E71
Text Example
Text Example
White with #516E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E71; }
p { color: rgb(81,110,113); }
H1.HeaderClassName
{
color: #516E71;
}
.AnyTagClassName
{
color: #516E71;
}
</style>
background-color css
<style>
a { background-color: #516E71; }
a { background-color: rgb(81,110,113); }
div.DivClassName
{
background-color: #516E71;
}
.BgClassName
{
background-color: #516E71;
}
</style>
border-color css
<style>
span { border-color: #516E71; }
span { border-color: rgb(81,110,113); }
td.TdClassName
{
border-color: #516E71;
}
.TagClassName
{
border-color: #516E71;
}
</style>