Shades of Tax Break #516E70
Tints of Tax Break #516E70
RGB
CMYK
RGB Variations
Color information
#516E70 (or 0x516E70) is known color: Tax Break. HEX triplet: 51, 6E and 70. RGB value is (81,110,112). Sum of RGB (Red+Green+Blue) = 81+110+112=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #516E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E70 is #AE918F. Grayscale: #656565. Windows color (decimal): -11440528 or 7368273. OLE color: 7368273.
HSL color Cylindrical-coordinate representation of color #516E70: hue angle of 183.87º 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 #516E70 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 110 | 112 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.56 |
| HSL | 183.87º | 0.16% | 0.38% | - |
| HSV(B) | 183.87º | 0.28% | 0.44% | - |
| XYZ | 11.89 | 14.07 | 17.42 | - |
| YUV | 101.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 112 | 0.28 | 0.02 | 0 | 0.56 | 183.87 | 0.16 | 0.38 |
| Hex | 51 | 6E | 70 | 1C | 2 | 0 | 38 | B8 | 10 | 26 |
| Octal | 121 | 156 | 160 | 34 | 2 | 0 | 70 | 270 | 20 | 46 |
| Binary | 1010001 | 1101110 | 1110000 | 11100 | 10 | 0 | 111000 | 10111000 | 10000 | 100110 |
Color Harmonies of #516E70
Complementary color
Monochromatic Colors of #516E70
Black with #516E70
Text Example
Text Example
White with #516E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516E70; }
p { color: rgb(81,110,112); }
H1.HeaderClassName
{
color: #516E70;
}
.AnyTagClassName
{
color: #516E70;
}
</style>
background-color css
<style>
a { background-color: #516E70; }
a { background-color: rgb(81,110,112); }
div.DivClassName
{
background-color: #516E70;
}
.BgClassName
{
background-color: #516E70;
}
</style>
border-color css
<style>
span { border-color: #516E70; }
span { border-color: rgb(81,110,112); }
td.TdClassName
{
border-color: #516E70;
}
.TagClassName
{
border-color: #516E70;
}
</style>