Shades of Tax Break #516A6F
Tints of Tax Break #516A6F
RGB
CMYK
RGB Variations
Color information
#516A6F (or 0x516A6F) is known color: Tax Break. HEX triplet: 51, 6A and 6F. RGB value is (81,106,111). Sum of RGB (Red+Green+Blue) = 81+106+111=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #516A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A6F is #AE9590. Grayscale: #636363. Windows color (decimal): -11441553 or 7301713. OLE color: 7301713.
HSL color Cylindrical-coordinate representation of color #516A6F: hue angle of 190º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #516A6F is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 106 | 111 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.56 |
| HSL | 190º | 0.16% | 0.38% | - |
| HSV(B) | 190º | 0.27% | 0.44% | - |
| XYZ | 11.42 | 13.21 | 16.99 | - |
| YUV | 99.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 111 | 0.27 | 0.05 | 0 | 0.56 | 190 | 0.16 | 0.38 |
| Hex | 51 | 6A | 6F | 1B | 5 | 0 | 38 | BE | 10 | 26 |
| Octal | 121 | 152 | 157 | 33 | 5 | 0 | 70 | 276 | 20 | 46 |
| Binary | 1010001 | 1101010 | 1101111 | 11011 | 101 | 0 | 111000 | 10111110 | 10000 | 100110 |
Color Harmonies of #516A6F
Complementary color
Monochromatic Colors of #516A6F
Black with #516A6F
Text Example
Text Example
White with #516A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A6F; }
p { color: rgb(81,106,111); }
H1.HeaderClassName
{
color: #516A6F;
}
.AnyTagClassName
{
color: #516A6F;
}
</style>
background-color css
<style>
a { background-color: #516A6F; }
a { background-color: rgb(81,106,111); }
div.DivClassName
{
background-color: #516A6F;
}
.BgClassName
{
background-color: #516A6F;
}
</style>
border-color css
<style>
span { border-color: #516A6F; }
span { border-color: rgb(81,106,111); }
td.TdClassName
{
border-color: #516A6F;
}
.TagClassName
{
border-color: #516A6F;
}
</style>