Shades of Tax Break #516A70
Tints of Tax Break #516A70
RGB
CMYK
RGB Variations
Color information
#516A70 (or 0x516A70) is known color: Tax Break. HEX triplet: 51, 6A and 70. RGB value is (81,106,112). Sum of RGB (Red+Green+Blue) = 81+106+112=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #516A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A70 is #AE958F. Grayscale: #636363. Windows color (decimal): -11441552 or 7367249. OLE color: 7367249.
HSL color Cylindrical-coordinate representation of color #516A70: hue angle of 191.61º 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 #516A70 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 106 | 112 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.56 |
| HSL | 191.61º | 0.16% | 0.38% | - |
| HSV(B) | 191.61º | 0.28% | 0.44% | - |
| XYZ | 11.47 | 13.23 | 17.28 | - |
| YUV | 99.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 112 | 0.28 | 0.05 | 0 | 0.56 | 191.61 | 0.16 | 0.38 |
| Hex | 51 | 6A | 70 | 1C | 5 | 0 | 38 | C0 | 10 | 26 |
| Octal | 121 | 152 | 160 | 34 | 5 | 0 | 70 | 300 | 20 | 46 |
| Binary | 1010001 | 1101010 | 1110000 | 11100 | 101 | 0 | 111000 | 11000000 | 10000 | 100110 |
Color Harmonies of #516A70
Complementary color
Monochromatic Colors of #516A70
Black with #516A70
Text Example
Text Example
White with #516A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A70; }
p { color: rgb(81,106,112); }
H1.HeaderClassName
{
color: #516A70;
}
.AnyTagClassName
{
color: #516A70;
}
</style>
background-color css
<style>
a { background-color: #516A70; }
a { background-color: rgb(81,106,112); }
div.DivClassName
{
background-color: #516A70;
}
.BgClassName
{
background-color: #516A70;
}
</style>
border-color css
<style>
span { border-color: #516A70; }
span { border-color: rgb(81,106,112); }
td.TdClassName
{
border-color: #516A70;
}
.TagClassName
{
border-color: #516A70;
}
</style>