Shades of Tax Break #526E71
Tints of Tax Break #526E71
RGB
CMYK
RGB Variations
Color information
#526E71 (or 0x526E71) is known color: Tax Break. HEX triplet: 52, 6E and 71. RGB value is (82,110,113). Sum of RGB (Red+Green+Blue) = 82+110+113=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: blue. Hex color #526E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E71 is #AD918E. Grayscale: #656565. Windows color (decimal): -11374991 or 7433810. OLE color: 7433810.
HSL color Cylindrical-coordinate representation of color #526E71: hue angle of 185.81º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #526E71 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 110 | 113 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.56 |
| HSL | 185.81º | 0.16% | 0.38% | - |
| HSV(B) | 185.81º | 0.27% | 0.44% | - |
| XYZ | 12.04 | 14.14 | 17.72 | - |
| YUV | 101.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 113 | 0.27 | 0.03 | 0 | 0.56 | 185.81 | 0.16 | 0.38 |
| Hex | 52 | 6E | 71 | 1B | 3 | 0 | 38 | BA | 10 | 26 |
| Octal | 122 | 156 | 161 | 33 | 3 | 0 | 70 | 272 | 20 | 46 |
| Binary | 1010010 | 1101110 | 1110001 | 11011 | 11 | 0 | 111000 | 10111010 | 10000 | 100110 |
Color Harmonies of #526E71
Complementary color
Monochromatic Colors of #526E71
Black with #526E71
Text Example
Text Example
White with #526E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E71; }
p { color: rgb(82,110,113); }
H1.HeaderClassName
{
color: #526E71;
}
.AnyTagClassName
{
color: #526E71;
}
</style>
background-color css
<style>
a { background-color: #526E71; }
a { background-color: rgb(82,110,113); }
div.DivClassName
{
background-color: #526E71;
}
.BgClassName
{
background-color: #526E71;
}
</style>
border-color css
<style>
span { border-color: #526E71; }
span { border-color: rgb(82,110,113); }
td.TdClassName
{
border-color: #526E71;
}
.TagClassName
{
border-color: #526E71;
}
</style>