Shades of Tax Break #506B71
Tints of Tax Break #506B71
RGB
CMYK
RGB Variations
Color information
#506B71 (or 0x506B71) is known color: Tax Break. HEX triplet: 50, 6B and 71. RGB value is (80,107,113). Sum of RGB (Red+Green+Blue) = 80+107+113=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #506B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B71 is #AF948E. Grayscale: #636363. Windows color (decimal): -11506831 or 7433040. OLE color: 7433040.
HSL color Cylindrical-coordinate representation of color #506B71: hue angle of 190.91º 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 #506B71 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 107 | 113 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.56 |
| HSL | 190.91º | 0.17% | 0.38% | - |
| HSV(B) | 190.91º | 0.29% | 0.44% | - |
| XYZ | 11.55 | 13.41 | 17.6 | - |
| YUV | 99.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 113 | 0.29 | 0.05 | 0 | 0.56 | 190.91 | 0.17 | 0.38 |
| Hex | 50 | 6B | 71 | 1D | 5 | 0 | 38 | BF | 11 | 26 |
| Octal | 120 | 153 | 161 | 35 | 5 | 0 | 70 | 277 | 21 | 46 |
| Binary | 1010000 | 1101011 | 1110001 | 11101 | 101 | 0 | 111000 | 10111111 | 10001 | 100110 |
Color Harmonies of #506B71
Complementary color
Monochromatic Colors of #506B71
Black with #506B71
Text Example
Text Example
White with #506B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B71; }
p { color: rgb(80,107,113); }
H1.HeaderClassName
{
color: #506B71;
}
.AnyTagClassName
{
color: #506B71;
}
</style>
background-color css
<style>
a { background-color: #506B71; }
a { background-color: rgb(80,107,113); }
div.DivClassName
{
background-color: #506B71;
}
.BgClassName
{
background-color: #506B71;
}
</style>
border-color css
<style>
span { border-color: #506B71; }
span { border-color: rgb(80,107,113); }
td.TdClassName
{
border-color: #506B71;
}
.TagClassName
{
border-color: #506B71;
}
</style>