Shades of Tax Break #53696B
Tints of Tax Break #53696B
RGB
CMYK
RGB Variations
Color information
#53696B (or 0x53696B) is known color: Tax Break. HEX triplet: 53, 69 and 6B. RGB value is (83,105,107). Sum of RGB (Red+Green+Blue) = 83+105+107=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: blue. Hex color #53696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53696B is #AC9694. Grayscale: #626262. Windows color (decimal): -11310741 or 7039315. OLE color: 7039315.
HSL color Cylindrical-coordinate representation of color #53696B: hue angle of 185º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53696B is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 105 | 107 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.58 |
| HSL | 185º | 0.13% | 0.37% | - |
| HSV(B) | 185º | 0.22% | 0.42% | - |
| XYZ | 11.27 | 13 | 15.83 | - |
| YUV | 98.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 107 | 0.22 | 0.02 | 0 | 0.58 | 185 | 0.13 | 0.37 |
| Hex | 53 | 69 | 6B | 16 | 2 | 0 | 3A | B9 | D | 25 |
| Octal | 123 | 151 | 153 | 26 | 2 | 0 | 72 | 271 | 15 | 45 |
| Binary | 1010011 | 1101001 | 1101011 | 10110 | 10 | 0 | 111010 | 10111001 | 1101 | 100101 |
Color Harmonies of #53696B
Complementary color
Monochromatic Colors of #53696B
Black with #53696B
Text Example
Text Example
White with #53696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53696B; }
p { color: rgb(83,105,107); }
H1.HeaderClassName
{
color: #53696B;
}
.AnyTagClassName
{
color: #53696B;
}
</style>
background-color css
<style>
a { background-color: #53696B; }
a { background-color: rgb(83,105,107); }
div.DivClassName
{
background-color: #53696B;
}
.BgClassName
{
background-color: #53696B;
}
</style>
border-color css
<style>
span { border-color: #53696B; }
span { border-color: rgb(83,105,107); }
td.TdClassName
{
border-color: #53696B;
}
.TagClassName
{
border-color: #53696B;
}
</style>