Shades of Tax Break #536D70
Tints of Tax Break #536D70
RGB
CMYK
RGB Variations
Color information
#536D70 (or 0x536D70) is known color: Tax Break. HEX triplet: 53, 6D and 70. RGB value is (83,109,112). Sum of RGB (Red+Green+Blue) = 83+109+112=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #536D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D70 is #AC928F. Grayscale: #656565. Windows color (decimal): -11309712 or 7368019. OLE color: 7368019.
HSL color Cylindrical-coordinate representation of color #536D70: hue angle of 186.21º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #536D70 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 109 | 112 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.56 |
| HSL | 186.21º | 0.15% | 0.38% | - |
| HSV(B) | 186.21º | 0.26% | 0.44% | - |
| XYZ | 11.96 | 13.95 | 17.39 | - |
| YUV | 101.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 112 | 0.26 | 0.03 | 0 | 0.56 | 186.21 | 0.15 | 0.38 |
| Hex | 53 | 6D | 70 | 1A | 3 | 0 | 38 | BA | F | 26 |
| Octal | 123 | 155 | 160 | 32 | 3 | 0 | 70 | 272 | 17 | 46 |
| Binary | 1010011 | 1101101 | 1110000 | 11010 | 11 | 0 | 111000 | 10111010 | 1111 | 100110 |
Color Harmonies of #536D70
Complementary color
Monochromatic Colors of #536D70
Black with #536D70
Text Example
Text Example
White with #536D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D70; }
p { color: rgb(83,109,112); }
H1.HeaderClassName
{
color: #536D70;
}
.AnyTagClassName
{
color: #536D70;
}
</style>
background-color css
<style>
a { background-color: #536D70; }
a { background-color: rgb(83,109,112); }
div.DivClassName
{
background-color: #536D70;
}
.BgClassName
{
background-color: #536D70;
}
</style>
border-color css
<style>
span { border-color: #536D70; }
span { border-color: rgb(83,109,112); }
td.TdClassName
{
border-color: #536D70;
}
.TagClassName
{
border-color: #536D70;
}
</style>