Shades of Tax Break #526B6E
Tints of Tax Break #526B6E
RGB
CMYK
RGB Variations
Color information
#526B6E (or 0x526B6E) is known color: Tax Break. HEX triplet: 52, 6B and 6E. RGB value is (82,107,110). Sum of RGB (Red+Green+Blue) = 82+107+110=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #526B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B6E is #AD9491. Grayscale: #636363. Windows color (decimal): -11375762 or 7236434. OLE color: 7236434.
HSL color Cylindrical-coordinate representation of color #526B6E: hue angle of 186.43º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526B6E is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 107 | 110 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.57 |
| HSL | 186.43º | 0.15% | 0.38% | - |
| HSV(B) | 186.43º | 0.25% | 0.43% | - |
| XYZ | 11.55 | 13.44 | 16.74 | - |
| YUV | 99.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 110 | 0.25 | 0.03 | 0 | 0.57 | 186.43 | 0.15 | 0.38 |
| Hex | 52 | 6B | 6E | 19 | 3 | 0 | 39 | BA | F | 26 |
| Octal | 122 | 153 | 156 | 31 | 3 | 0 | 71 | 272 | 17 | 46 |
| Binary | 1010010 | 1101011 | 1101110 | 11001 | 11 | 0 | 111001 | 10111010 | 1111 | 100110 |
Color Harmonies of #526B6E
Complementary color
Monochromatic Colors of #526B6E
Black with #526B6E
Text Example
Text Example
White with #526B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B6E; }
p { color: rgb(82,107,110); }
H1.HeaderClassName
{
color: #526B6E;
}
.AnyTagClassName
{
color: #526B6E;
}
</style>
background-color css
<style>
a { background-color: #526B6E; }
a { background-color: rgb(82,107,110); }
div.DivClassName
{
background-color: #526B6E;
}
.BgClassName
{
background-color: #526B6E;
}
</style>
border-color css
<style>
span { border-color: #526B6E; }
span { border-color: rgb(82,107,110); }
td.TdClassName
{
border-color: #526B6E;
}
.TagClassName
{
border-color: #526B6E;
}
</style>