Shades of Tax Break #506C6F
Tints of Tax Break #506C6F
RGB
CMYK
RGB Variations
Color information
#506C6F (or 0x506C6F) is known color: Tax Break. HEX triplet: 50, 6C and 6F. RGB value is (80,108,111). Sum of RGB (Red+Green+Blue) = 80+108+111=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 111 - color contains mainly: blue. Hex color #506C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C6F is #AF9390. Grayscale: #636363. Windows color (decimal): -11506577 or 7302224. OLE color: 7302224.
HSL color Cylindrical-coordinate representation of color #506C6F: hue angle of 185.81º 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 #506C6F is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 108 | 111 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.56 |
| HSL | 185.81º | 0.16% | 0.37% | - |
| HSV(B) | 185.81º | 0.28% | 0.44% | - |
| XYZ | 11.54 | 13.58 | 17.05 | - |
| YUV | 99.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 111 | 0.28 | 0.03 | 0 | 0.56 | 185.81 | 0.16 | 0.37 |
| Hex | 50 | 6C | 6F | 1C | 3 | 0 | 38 | BA | 10 | 25 |
| Octal | 120 | 154 | 157 | 34 | 3 | 0 | 70 | 272 | 20 | 45 |
| Binary | 1010000 | 1101100 | 1101111 | 11100 | 11 | 0 | 111000 | 10111010 | 10000 | 100101 |
Color Harmonies of #506C6F
Complementary color
Monochromatic Colors of #506C6F
Black with #506C6F
Text Example
Text Example
White with #506C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C6F; }
p { color: rgb(80,108,111); }
H1.HeaderClassName
{
color: #506C6F;
}
.AnyTagClassName
{
color: #506C6F;
}
</style>
background-color css
<style>
a { background-color: #506C6F; }
a { background-color: rgb(80,108,111); }
div.DivClassName
{
background-color: #506C6F;
}
.BgClassName
{
background-color: #506C6F;
}
</style>
border-color css
<style>
span { border-color: #506C6F; }
span { border-color: rgb(80,108,111); }
td.TdClassName
{
border-color: #506C6F;
}
.TagClassName
{
border-color: #506C6F;
}
</style>