Shades of Tax Break #536D72
Tints of Tax Break #536D72
RGB
CMYK
RGB Variations
Color information
#536D72 (or 0x536D72) is known color: Tax Break. HEX triplet: 53, 6D and 72. RGB value is (83,109,114). Sum of RGB (Red+Green+Blue) = 83+109+114=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #536D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D72 is #AC928D. Grayscale: #656565. Windows color (decimal): -11309710 or 7499091. OLE color: 7499091.
HSL color Cylindrical-coordinate representation of color #536D72: hue angle of 189.68º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #536D72 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 109 | 114 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.55 |
| HSL | 189.68º | 0.16% | 0.39% | - |
| HSV(B) | 189.68º | 0.27% | 0.45% | - |
| XYZ | 12.07 | 13.99 | 17.98 | - |
| YUV | 101.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 114 | 0.27 | 0.04 | 0 | 0.55 | 189.68 | 0.16 | 0.39 |
| Hex | 53 | 6D | 72 | 1B | 4 | 0 | 37 | BE | 10 | 27 |
| Octal | 123 | 155 | 162 | 33 | 4 | 0 | 67 | 276 | 20 | 47 |
| Binary | 1010011 | 1101101 | 1110010 | 11011 | 100 | 0 | 110111 | 10111110 | 10000 | 100111 |
Color Harmonies of #536D72
Complementary color
Monochromatic Colors of #536D72
Black with #536D72
Text Example
Text Example
White with #536D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D72; }
p { color: rgb(83,109,114); }
H1.HeaderClassName
{
color: #536D72;
}
.AnyTagClassName
{
color: #536D72;
}
</style>
background-color css
<style>
a { background-color: #536D72; }
a { background-color: rgb(83,109,114); }
div.DivClassName
{
background-color: #536D72;
}
.BgClassName
{
background-color: #536D72;
}
</style>
border-color css
<style>
span { border-color: #536D72; }
span { border-color: rgb(83,109,114); }
td.TdClassName
{
border-color: #536D72;
}
.TagClassName
{
border-color: #536D72;
}
</style>