Shades of Tax Break #506C71
Tints of Tax Break #506C71
RGB
CMYK
RGB Variations
Color information
#506C71 (or 0x506C71) is known color: Tax Break. HEX triplet: 50, 6C and 71. RGB value is (80,108,113). Sum of RGB (Red+Green+Blue) = 80+108+113=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #506C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C71 is #AF938E. Grayscale: #646464. Windows color (decimal): -11506575 or 7433296. OLE color: 7433296.
HSL color Cylindrical-coordinate representation of color #506C71: hue angle of 189.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506C71 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 108 | 113 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.56 |
| HSL | 189.09º | 0.17% | 0.38% | - |
| HSV(B) | 189.09º | 0.29% | 0.44% | - |
| XYZ | 11.65 | 13.62 | 17.64 | - |
| YUV | 100.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 113 | 0.29 | 0.04 | 0 | 0.56 | 189.09 | 0.17 | 0.38 |
| Hex | 50 | 6C | 71 | 1D | 4 | 0 | 38 | BD | 11 | 26 |
| Octal | 120 | 154 | 161 | 35 | 4 | 0 | 70 | 275 | 21 | 46 |
| Binary | 1010000 | 1101100 | 1110001 | 11101 | 100 | 0 | 111000 | 10111101 | 10001 | 100110 |
Color Harmonies of #506C71
Complementary color
Monochromatic Colors of #506C71
Black with #506C71
Text Example
Text Example
White with #506C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C71; }
p { color: rgb(80,108,113); }
H1.HeaderClassName
{
color: #506C71;
}
.AnyTagClassName
{
color: #506C71;
}
</style>
background-color css
<style>
a { background-color: #506C71; }
a { background-color: rgb(80,108,113); }
div.DivClassName
{
background-color: #506C71;
}
.BgClassName
{
background-color: #506C71;
}
</style>
border-color css
<style>
span { border-color: #506C71; }
span { border-color: rgb(80,108,113); }
td.TdClassName
{
border-color: #506C71;
}
.TagClassName
{
border-color: #506C71;
}
</style>