Shades of Tax Break #53676B
Tints of Tax Break #53676B
RGB
CMYK
RGB Variations
Color information
#53676B (or 0x53676B) is known color: Tax Break. HEX triplet: 53, 67 and 6B. RGB value is (83,103,107). Sum of RGB (Red+Green+Blue) = 83+103+107=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 103 (40.62% from 255 or 35.15% 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 #53676B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53676B is #AC9894. Grayscale: #616161. Windows color (decimal): -11311253 or 7038803. OLE color: 7038803.
HSL color Cylindrical-coordinate representation of color #53676B: hue angle of 190º 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 #53676B is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 103 | 107 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.58 |
| HSL | 190º | 0.13% | 0.37% | - |
| HSV(B) | 190º | 0.22% | 0.42% | - |
| XYZ | 11.07 | 12.6 | 15.76 | - |
| YUV | 97.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 107 | 0.22 | 0.04 | 0 | 0.58 | 190 | 0.13 | 0.37 |
| Hex | 53 | 67 | 6B | 16 | 4 | 0 | 3A | BE | D | 25 |
| Octal | 123 | 147 | 153 | 26 | 4 | 0 | 72 | 276 | 15 | 45 |
| Binary | 1010011 | 1100111 | 1101011 | 10110 | 100 | 0 | 111010 | 10111110 | 1101 | 100101 |
Color Harmonies of #53676B
Complementary color
Monochromatic Colors of #53676B
Black with #53676B
Text Example
Text Example
White with #53676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53676B; }
p { color: rgb(83,103,107); }
H1.HeaderClassName
{
color: #53676B;
}
.AnyTagClassName
{
color: #53676B;
}
</style>
background-color css
<style>
a { background-color: #53676B; }
a { background-color: rgb(83,103,107); }
div.DivClassName
{
background-color: #53676B;
}
.BgClassName
{
background-color: #53676B;
}
</style>
border-color css
<style>
span { border-color: #53676B; }
span { border-color: rgb(83,103,107); }
td.TdClassName
{
border-color: #53676B;
}
.TagClassName
{
border-color: #53676B;
}
</style>