Shades of Tax Break #516D71
Tints of Tax Break #516D71
RGB
CMYK
RGB Variations
Color information
#516D71 (or 0x516D71) is known color: Tax Break. HEX triplet: 51, 6D and 71. RGB value is (81,109,113). Sum of RGB (Red+Green+Blue) = 81+109+113=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #516D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D71 is #AE928E. Grayscale: #656565. Windows color (decimal): -11440783 or 7433553. OLE color: 7433553.
HSL color Cylindrical-coordinate representation of color #516D71: hue angle of 187.5º 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 #516D71 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 109 | 113 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.56 |
| HSL | 187.5º | 0.16% | 0.38% | - |
| HSV(B) | 187.5º | 0.28% | 0.44% | - |
| XYZ | 11.84 | 13.88 | 17.68 | - |
| YUV | 101.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 113 | 0.28 | 0.04 | 0 | 0.56 | 187.5 | 0.16 | 0.38 |
| Hex | 51 | 6D | 71 | 1C | 4 | 0 | 38 | BC | 10 | 26 |
| Octal | 121 | 155 | 161 | 34 | 4 | 0 | 70 | 274 | 20 | 46 |
| Binary | 1010001 | 1101101 | 1110001 | 11100 | 100 | 0 | 111000 | 10111100 | 10000 | 100110 |
Color Harmonies of #516D71
Complementary color
Monochromatic Colors of #516D71
Black with #516D71
Text Example
Text Example
White with #516D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D71; }
p { color: rgb(81,109,113); }
H1.HeaderClassName
{
color: #516D71;
}
.AnyTagClassName
{
color: #516D71;
}
</style>
background-color css
<style>
a { background-color: #516D71; }
a { background-color: rgb(81,109,113); }
div.DivClassName
{
background-color: #516D71;
}
.BgClassName
{
background-color: #516D71;
}
</style>
border-color css
<style>
span { border-color: #516D71; }
span { border-color: rgb(81,109,113); }
td.TdClassName
{
border-color: #516D71;
}
.TagClassName
{
border-color: #516D71;
}
</style>