Shades of Tax Break #506B6F
Tints of Tax Break #506B6F
RGB
CMYK
RGB Variations
Color information
#506B6F (or 0x506B6F) is known color: Tax Break. HEX triplet: 50, 6B and 6F. RGB value is (80,107,111). Sum of RGB (Red+Green+Blue) = 80+107+111=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #506B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B6F is #AF9490. Grayscale: #636363. Windows color (decimal): -11506833 or 7301968. OLE color: 7301968.
HSL color Cylindrical-coordinate representation of color #506B6F: hue angle of 187.74º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506B6F is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 107 | 111 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.56 |
| HSL | 187.74º | 0.16% | 0.37% | - |
| HSV(B) | 187.74º | 0.28% | 0.44% | - |
| XYZ | 11.44 | 13.37 | 17.02 | - |
| YUV | 99.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 111 | 0.28 | 0.04 | 0 | 0.56 | 187.74 | 0.16 | 0.37 |
| Hex | 50 | 6B | 6F | 1C | 4 | 0 | 38 | BC | 10 | 25 |
| Octal | 120 | 153 | 157 | 34 | 4 | 0 | 70 | 274 | 20 | 45 |
| Binary | 1010000 | 1101011 | 1101111 | 11100 | 100 | 0 | 111000 | 10111100 | 10000 | 100101 |
Color Harmonies of #506B6F
Complementary color
Monochromatic Colors of #506B6F
Black with #506B6F
Text Example
Text Example
White with #506B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B6F; }
p { color: rgb(80,107,111); }
H1.HeaderClassName
{
color: #506B6F;
}
.AnyTagClassName
{
color: #506B6F;
}
</style>
background-color css
<style>
a { background-color: #506B6F; }
a { background-color: rgb(80,107,111); }
div.DivClassName
{
background-color: #506B6F;
}
.BgClassName
{
background-color: #506B6F;
}
</style>
border-color css
<style>
span { border-color: #506B6F; }
span { border-color: rgb(80,107,111); }
td.TdClassName
{
border-color: #506B6F;
}
.TagClassName
{
border-color: #506B6F;
}
</style>