Shades of Tax Break #516A6C
Tints of Tax Break #516A6C
RGB
CMYK
RGB Variations
Color information
#516A6C (or 0x516A6C) is known color: Tax Break. HEX triplet: 51, 6A and 6C. RGB value is (81,106,108). Sum of RGB (Red+Green+Blue) = 81+106+108=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 108 - color contains mainly: blue. Hex color #516A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A6C is #AE9593. Grayscale: #626262. Windows color (decimal): -11441556 or 7105105. OLE color: 7105105.
HSL color Cylindrical-coordinate representation of color #516A6C: hue angle of 184.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #516A6C is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 106 | 108 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.58 |
| HSL | 184.44º | 0.14% | 0.37% | - |
| HSV(B) | 184.44º | 0.25% | 0.42% | - |
| XYZ | 11.25 | 13.14 | 16.13 | - |
| YUV | 98.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 108 | 0.25 | 0.02 | 0 | 0.58 | 184.44 | 0.14 | 0.37 |
| Hex | 51 | 6A | 6C | 19 | 2 | 0 | 3A | B8 | E | 25 |
| Octal | 121 | 152 | 154 | 31 | 2 | 0 | 72 | 270 | 16 | 45 |
| Binary | 1010001 | 1101010 | 1101100 | 11001 | 10 | 0 | 111010 | 10111000 | 1110 | 100101 |
Color Harmonies of #516A6C
Complementary color
Monochromatic Colors of #516A6C
Black with #516A6C
Text Example
Text Example
White with #516A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A6C; }
p { color: rgb(81,106,108); }
H1.HeaderClassName
{
color: #516A6C;
}
.AnyTagClassName
{
color: #516A6C;
}
</style>
background-color css
<style>
a { background-color: #516A6C; }
a { background-color: rgb(81,106,108); }
div.DivClassName
{
background-color: #516A6C;
}
.BgClassName
{
background-color: #516A6C;
}
</style>
border-color css
<style>
span { border-color: #516A6C; }
span { border-color: rgb(81,106,108); }
td.TdClassName
{
border-color: #516A6C;
}
.TagClassName
{
border-color: #516A6C;
}
</style>