Shades of Tax Break #51686A
Tints of Tax Break #51686A
RGB
CMYK
RGB Variations
Color information
#51686A (or 0x51686A) is known color: Tax Break. HEX triplet: 51, 68 and 6A. RGB value is (81,104,106). Sum of RGB (Red+Green+Blue) = 81+104+106=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 106 - color contains mainly: blue. Hex color #51686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51686A is #AE9795. Grayscale: #616161. Windows color (decimal): -11442070 or 6973521. OLE color: 6973521.
HSL color Cylindrical-coordinate representation of color #51686A: hue angle of 184.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51686A is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 104 | 106 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.58 |
| HSL | 184.8º | 0.13% | 0.37% | - |
| HSV(B) | 184.8º | 0.24% | 0.42% | - |
| XYZ | 10.95 | 12.69 | 15.51 | - |
| YUV | 97.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 104 | 106 | 0.24 | 0.02 | 0 | 0.58 | 184.8 | 0.13 | 0.37 |
| Hex | 51 | 68 | 6A | 18 | 2 | 0 | 3A | B9 | D | 25 |
| Octal | 121 | 150 | 152 | 30 | 2 | 0 | 72 | 271 | 15 | 45 |
| Binary | 1010001 | 1101000 | 1101010 | 11000 | 10 | 0 | 111010 | 10111001 | 1101 | 100101 |
Color Harmonies of #51686A
Complementary color
Monochromatic Colors of #51686A
Black with #51686A
Text Example
Text Example
White with #51686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51686A; }
p { color: rgb(81,104,106); }
H1.HeaderClassName
{
color: #51686A;
}
.AnyTagClassName
{
color: #51686A;
}
</style>
background-color css
<style>
a { background-color: #51686A; }
a { background-color: rgb(81,104,106); }
div.DivClassName
{
background-color: #51686A;
}
.BgClassName
{
background-color: #51686A;
}
</style>
border-color css
<style>
span { border-color: #51686A; }
span { border-color: rgb(81,104,106); }
td.TdClassName
{
border-color: #51686A;
}
.TagClassName
{
border-color: #51686A;
}
</style>