Shades of Tax Break #51696B
Tints of Tax Break #51696B
RGB
CMYK
RGB Variations
Color information
#51696B (or 0x51696B) is known color: Tax Break. HEX triplet: 51, 69 and 6B. RGB value is (81,105,107). Sum of RGB (Red+Green+Blue) = 81+105+107=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 107 - color contains mainly: blue. Hex color #51696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51696B is #AE9694. Grayscale: #626262. Windows color (decimal): -11441813 or 7039313. OLE color: 7039313.
HSL color Cylindrical-coordinate representation of color #51696B: hue angle of 184.62º degrees, saturation: 0.14, 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 #51696B is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 105 | 107 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.58 |
| HSL | 184.62º | 0.14% | 0.37% | - |
| HSV(B) | 184.62º | 0.24% | 0.42% | - |
| XYZ | 11.1 | 12.91 | 15.82 | - |
| YUV | 98.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 105 | 107 | 0.24 | 0.02 | 0 | 0.58 | 184.62 | 0.14 | 0.37 |
| Hex | 51 | 69 | 6B | 18 | 2 | 0 | 3A | B9 | E | 25 |
| Octal | 121 | 151 | 153 | 30 | 2 | 0 | 72 | 271 | 16 | 45 |
| Binary | 1010001 | 1101001 | 1101011 | 11000 | 10 | 0 | 111010 | 10111001 | 1110 | 100101 |
Color Harmonies of #51696B
Complementary color
Monochromatic Colors of #51696B
Black with #51696B
Text Example
Text Example
White with #51696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51696B; }
p { color: rgb(81,105,107); }
H1.HeaderClassName
{
color: #51696B;
}
.AnyTagClassName
{
color: #51696B;
}
</style>
background-color css
<style>
a { background-color: #51696B; }
a { background-color: rgb(81,105,107); }
div.DivClassName
{
background-color: #51696B;
}
.BgClassName
{
background-color: #51696B;
}
</style>
border-color css
<style>
span { border-color: #51696B; }
span { border-color: rgb(81,105,107); }
td.TdClassName
{
border-color: #51696B;
}
.TagClassName
{
border-color: #51696B;
}
</style>