Shades of Tax Break #53696E
Tints of Tax Break #53696E
RGB
CMYK
RGB Variations
Color information
#53696E (or 0x53696E) is known color: Tax Break. HEX triplet: 53, 69 and 6E. RGB value is (83,105,110). Sum of RGB (Red+Green+Blue) = 83+105+110=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #53696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53696E is #AC9691. Grayscale: #626262. Windows color (decimal): -11310738 or 7235923. OLE color: 7235923.
HSL color Cylindrical-coordinate representation of color #53696E: hue angle of 191.11º 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 #53696E is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 105 | 110 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.57 |
| HSL | 191.11º | 0.14% | 0.38% | - |
| HSV(B) | 191.11º | 0.25% | 0.43% | - |
| XYZ | 11.43 | 13.07 | 16.67 | - |
| YUV | 98.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 110 | 0.25 | 0.05 | 0 | 0.57 | 191.11 | 0.14 | 0.38 |
| Hex | 53 | 69 | 6E | 19 | 5 | 0 | 39 | BF | E | 26 |
| Octal | 123 | 151 | 156 | 31 | 5 | 0 | 71 | 277 | 16 | 46 |
| Binary | 1010011 | 1101001 | 1101110 | 11001 | 101 | 0 | 111001 | 10111111 | 1110 | 100110 |
Color Harmonies of #53696E
Complementary color
Monochromatic Colors of #53696E
Black with #53696E
Text Example
Text Example
White with #53696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53696E; }
p { color: rgb(83,105,110); }
H1.HeaderClassName
{
color: #53696E;
}
.AnyTagClassName
{
color: #53696E;
}
</style>
background-color css
<style>
a { background-color: #53696E; }
a { background-color: rgb(83,105,110); }
div.DivClassName
{
background-color: #53696E;
}
.BgClassName
{
background-color: #53696E;
}
</style>
border-color css
<style>
span { border-color: #53696E; }
span { border-color: rgb(83,105,110); }
td.TdClassName
{
border-color: #53696E;
}
.TagClassName
{
border-color: #53696E;
}
</style>