Shades of Tax Break #536A6B
Tints of Tax Break #536A6B
RGB
CMYK
RGB Variations
Color information
#536A6B (or 0x536A6B) is known color: Tax Break. HEX triplet: 53, 6A and 6B. RGB value is (83,106,107). Sum of RGB (Red+Green+Blue) = 83+106+107=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 107 - color contains mainly: blue. Hex color #536A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A6B is #AC9594. Grayscale: #636363. Windows color (decimal): -11310485 or 7039571. OLE color: 7039571.
HSL color Cylindrical-coordinate representation of color #536A6B: hue angle of 182.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536A6B is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 106 | 107 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.58 |
| HSL | 182.5º | 0.13% | 0.37% | - |
| HSV(B) | 182.5º | 0.22% | 0.42% | - |
| XYZ | 11.38 | 13.21 | 15.86 | - |
| YUV | 99.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 106 | 107 | 0.22 | 0.01 | 0 | 0.58 | 182.5 | 0.13 | 0.37 |
| Hex | 53 | 6A | 6B | 16 | 1 | 0 | 3A | B6 | D | 25 |
| Octal | 123 | 152 | 153 | 26 | 1 | 0 | 72 | 266 | 15 | 45 |
| Binary | 1010011 | 1101010 | 1101011 | 10110 | 1 | 0 | 111010 | 10110110 | 1101 | 100101 |
Color Harmonies of #536A6B
Complementary color
Monochromatic Colors of #536A6B
Black with #536A6B
Text Example
Text Example
White with #536A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536A6B; }
p { color: rgb(83,106,107); }
H1.HeaderClassName
{
color: #536A6B;
}
.AnyTagClassName
{
color: #536A6B;
}
</style>
background-color css
<style>
a { background-color: #536A6B; }
a { background-color: rgb(83,106,107); }
div.DivClassName
{
background-color: #536A6B;
}
.BgClassName
{
background-color: #536A6B;
}
</style>
border-color css
<style>
span { border-color: #536A6B; }
span { border-color: rgb(83,106,107); }
td.TdClassName
{
border-color: #536A6B;
}
.TagClassName
{
border-color: #536A6B;
}
</style>