Shades of Tax Break #52696A
Tints of Tax Break #52696A
RGB
CMYK
RGB Variations
Color information
#52696A (or 0x52696A) is known color: Tax Break. HEX triplet: 52, 69 and 6A. RGB value is (82,105,106). Sum of RGB (Red+Green+Blue) = 82+105+106=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 106 - color contains mainly: blue. Hex color #52696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52696A is #AD9695. Grayscale: #626262. Windows color (decimal): -11376278 or 6973778. OLE color: 6973778.
HSL color Cylindrical-coordinate representation of color #52696A: 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.23%. Process color model (Four color, CMYK) of #52696A is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 105 | 106 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.58 |
| HSL | 182.5º | 0.13% | 0.37% | - |
| HSV(B) | 182.5º | 0.23% | 0.42% | - |
| XYZ | 11.13 | 12.94 | 15.55 | - |
| YUV | 98.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 106 | 0.23 | 0.01 | 0 | 0.58 | 182.5 | 0.13 | 0.37 |
| Hex | 52 | 69 | 6A | 17 | 1 | 0 | 3A | B6 | D | 25 |
| Octal | 122 | 151 | 152 | 27 | 1 | 0 | 72 | 266 | 15 | 45 |
| Binary | 1010010 | 1101001 | 1101010 | 10111 | 1 | 0 | 111010 | 10110110 | 1101 | 100101 |
Color Harmonies of #52696A
Complementary color
Monochromatic Colors of #52696A
Black with #52696A
Text Example
Text Example
White with #52696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52696A; }
p { color: rgb(82,105,106); }
H1.HeaderClassName
{
color: #52696A;
}
.AnyTagClassName
{
color: #52696A;
}
</style>
background-color css
<style>
a { background-color: #52696A; }
a { background-color: rgb(82,105,106); }
div.DivClassName
{
background-color: #52696A;
}
.BgClassName
{
background-color: #52696A;
}
</style>
border-color css
<style>
span { border-color: #52696A; }
span { border-color: rgb(82,105,106); }
td.TdClassName
{
border-color: #52696A;
}
.TagClassName
{
border-color: #52696A;
}
</style>