Shades of Tax Break #536D6F
Tints of Tax Break #536D6F
RGB
CMYK
RGB Variations
Color information
#536D6F (or 0x536D6F) is known color: Tax Break. HEX triplet: 53, 6D and 6F. RGB value is (83,109,111). Sum of RGB (Red+Green+Blue) = 83+109+111=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 111 - color contains mainly: blue. Hex color #536D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D6F is #AC9290. Grayscale: #656565. Windows color (decimal): -11309713 or 7302483. OLE color: 7302483.
HSL color Cylindrical-coordinate representation of color #536D6F: hue angle of 184.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536D6F is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 109 | 111 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.56 |
| HSL | 184.29º | 0.14% | 0.38% | - |
| HSV(B) | 184.29º | 0.25% | 0.44% | - |
| XYZ | 11.91 | 13.92 | 17.1 | - |
| YUV | 101.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 111 | 0.25 | 0.02 | 0 | 0.56 | 184.29 | 0.14 | 0.38 |
| Hex | 53 | 6D | 6F | 19 | 2 | 0 | 38 | B8 | E | 26 |
| Octal | 123 | 155 | 157 | 31 | 2 | 0 | 70 | 270 | 16 | 46 |
| Binary | 1010011 | 1101101 | 1101111 | 11001 | 10 | 0 | 111000 | 10111000 | 1110 | 100110 |
Color Harmonies of #536D6F
Complementary color
Monochromatic Colors of #536D6F
Black with #536D6F
Text Example
Text Example
White with #536D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D6F; }
p { color: rgb(83,109,111); }
H1.HeaderClassName
{
color: #536D6F;
}
.AnyTagClassName
{
color: #536D6F;
}
</style>
background-color css
<style>
a { background-color: #536D6F; }
a { background-color: rgb(83,109,111); }
div.DivClassName
{
background-color: #536D6F;
}
.BgClassName
{
background-color: #536D6F;
}
</style>
border-color css
<style>
span { border-color: #536D6F; }
span { border-color: rgb(83,109,111); }
td.TdClassName
{
border-color: #536D6F;
}
.TagClassName
{
border-color: #536D6F;
}
</style>