Shades of Tax Break #53686E
Tints of Tax Break #53686E
RGB
CMYK
RGB Variations
Color information
#53686E (or 0x53686E) is known color: Tax Break. HEX triplet: 53, 68 and 6E. RGB value is (83,104,110). Sum of RGB (Red+Green+Blue) = 83+104+110=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #53686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53686E is #AC9791. Grayscale: #626262. Windows color (decimal): -11310994 or 7235667. OLE color: 7235667.
HSL color Cylindrical-coordinate representation of color #53686E: hue angle of 193.33º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53686E is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 104 | 110 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.57 |
| HSL | 193.33º | 0.14% | 0.38% | - |
| HSV(B) | 193.33º | 0.25% | 0.43% | - |
| XYZ | 11.33 | 12.87 | 16.64 | - |
| YUV | 98.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 110 | 0.25 | 0.05 | 0 | 0.57 | 193.33 | 0.14 | 0.38 |
| Hex | 53 | 68 | 6E | 19 | 5 | 0 | 39 | C1 | E | 26 |
| Octal | 123 | 150 | 156 | 31 | 5 | 0 | 71 | 301 | 16 | 46 |
| Binary | 1010011 | 1101000 | 1101110 | 11001 | 101 | 0 | 111001 | 11000001 | 1110 | 100110 |
Color Harmonies of #53686E
Complementary color
Monochromatic Colors of #53686E
Black with #53686E
Text Example
Text Example
White with #53686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53686E; }
p { color: rgb(83,104,110); }
H1.HeaderClassName
{
color: #53686E;
}
.AnyTagClassName
{
color: #53686E;
}
</style>
background-color css
<style>
a { background-color: #53686E; }
a { background-color: rgb(83,104,110); }
div.DivClassName
{
background-color: #53686E;
}
.BgClassName
{
background-color: #53686E;
}
</style>
border-color css
<style>
span { border-color: #53686E; }
span { border-color: rgb(83,104,110); }
td.TdClassName
{
border-color: #53686E;
}
.TagClassName
{
border-color: #53686E;
}
</style>