Shades of Tax Break #50666B
Tints of Tax Break #50666B
RGB
CMYK
RGB Variations
Color information
#50666B (or 0x50666B) is known color: Tax Break. HEX triplet: 50, 66 and 6B. RGB value is (80,102,107). Sum of RGB (Red+Green+Blue) = 80+102+107=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #50666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50666B is #AF9994. Grayscale: #5F5F5F. Windows color (decimal): -11508117 or 7038544. OLE color: 7038544.
HSL color Cylindrical-coordinate representation of color #50666B: hue angle of 191.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50666B is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 102 | 107 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.58 |
| HSL | 191.11º | 0.14% | 0.37% | - |
| HSV(B) | 191.11º | 0.25% | 0.42% | - |
| XYZ | 10.71 | 12.27 | 15.71 | - |
| YUV | 95.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 107 | 0.25 | 0.05 | 0 | 0.58 | 191.11 | 0.14 | 0.37 |
| Hex | 50 | 66 | 6B | 19 | 5 | 0 | 3A | BF | E | 25 |
| Octal | 120 | 146 | 153 | 31 | 5 | 0 | 72 | 277 | 16 | 45 |
| Binary | 1010000 | 1100110 | 1101011 | 11001 | 101 | 0 | 111010 | 10111111 | 1110 | 100101 |
Color Harmonies of #50666B
Complementary color
Monochromatic Colors of #50666B
Black with #50666B
Text Example
Text Example
White with #50666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50666B; }
p { color: rgb(80,102,107); }
H1.HeaderClassName
{
color: #50666B;
}
.AnyTagClassName
{
color: #50666B;
}
</style>
background-color css
<style>
a { background-color: #50666B; }
a { background-color: rgb(80,102,107); }
div.DivClassName
{
background-color: #50666B;
}
.BgClassName
{
background-color: #50666B;
}
</style>
border-color css
<style>
span { border-color: #50666B; }
span { border-color: rgb(80,102,107); }
td.TdClassName
{
border-color: #50666B;
}
.TagClassName
{
border-color: #50666B;
}
</style>