Shades of Tax Break #516D70
Tints of Tax Break #516D70
RGB
CMYK
RGB Variations
Color information
#516D70 (or 0x516D70) is known color: Tax Break. HEX triplet: 51, 6D and 70. RGB value is (81,109,112). Sum of RGB (Red+Green+Blue) = 81+109+112=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 112 - color contains mainly: blue. Hex color #516D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D70 is #AE928F. Grayscale: #646464. Windows color (decimal): -11440784 or 7368017. OLE color: 7368017.
HSL color Cylindrical-coordinate representation of color #516D70: hue angle of 185.81º 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 #516D70 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 109 | 112 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.56 |
| HSL | 185.81º | 0.16% | 0.38% | - |
| HSV(B) | 185.81º | 0.28% | 0.44% | - |
| XYZ | 11.79 | 13.86 | 17.38 | - |
| YUV | 100.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 112 | 0.28 | 0.03 | 0 | 0.56 | 185.81 | 0.16 | 0.38 |
| Hex | 51 | 6D | 70 | 1C | 3 | 0 | 38 | BA | 10 | 26 |
| Octal | 121 | 155 | 160 | 34 | 3 | 0 | 70 | 272 | 20 | 46 |
| Binary | 1010001 | 1101101 | 1110000 | 11100 | 11 | 0 | 111000 | 10111010 | 10000 | 100110 |
Color Harmonies of #516D70
Complementary color
Monochromatic Colors of #516D70
Black with #516D70
Text Example
Text Example
White with #516D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D70; }
p { color: rgb(81,109,112); }
H1.HeaderClassName
{
color: #516D70;
}
.AnyTagClassName
{
color: #516D70;
}
</style>
background-color css
<style>
a { background-color: #516D70; }
a { background-color: rgb(81,109,112); }
div.DivClassName
{
background-color: #516D70;
}
.BgClassName
{
background-color: #516D70;
}
</style>
border-color css
<style>
span { border-color: #516D70; }
span { border-color: rgb(81,109,112); }
td.TdClassName
{
border-color: #516D70;
}
.TagClassName
{
border-color: #516D70;
}
</style>