Shades of Tax Break #506B6C
Tints of Tax Break #506B6C
RGB
CMYK
RGB Variations
Color information
#506B6C (or 0x506B6C) is known color: Tax Break. HEX triplet: 50, 6B and 6C. RGB value is (80,107,108). Sum of RGB (Red+Green+Blue) = 80+107+108=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 108 - color contains mainly: blue. Hex color #506B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B6C is #AF9493. Grayscale: #636363. Windows color (decimal): -11506836 or 7105360. OLE color: 7105360.
HSL color Cylindrical-coordinate representation of color #506B6C: hue angle of 182.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506B6C is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 107 | 108 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.58 |
| HSL | 182.14º | 0.15% | 0.37% | - |
| HSV(B) | 182.14º | 0.26% | 0.42% | - |
| XYZ | 11.27 | 13.3 | 16.16 | - |
| YUV | 99.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 108 | 0.26 | 0.01 | 0 | 0.58 | 182.14 | 0.15 | 0.37 |
| Hex | 50 | 6B | 6C | 1A | 1 | 0 | 3A | B6 | F | 25 |
| Octal | 120 | 153 | 154 | 32 | 1 | 0 | 72 | 266 | 17 | 45 |
| Binary | 1010000 | 1101011 | 1101100 | 11010 | 1 | 0 | 111010 | 10110110 | 1111 | 100101 |
Color Harmonies of #506B6C
Complementary color
Monochromatic Colors of #506B6C
Black with #506B6C
Text Example
Text Example
White with #506B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506B6C; }
p { color: rgb(80,107,108); }
H1.HeaderClassName
{
color: #506B6C;
}
.AnyTagClassName
{
color: #506B6C;
}
</style>
background-color css
<style>
a { background-color: #506B6C; }
a { background-color: rgb(80,107,108); }
div.DivClassName
{
background-color: #506B6C;
}
.BgClassName
{
background-color: #506B6C;
}
</style>
border-color css
<style>
span { border-color: #506B6C; }
span { border-color: rgb(80,107,108); }
td.TdClassName
{
border-color: #506B6C;
}
.TagClassName
{
border-color: #506B6C;
}
</style>