Shades of Tax Break #506C72
Tints of Tax Break #506C72
RGB
CMYK
RGB Variations
Color information
#506C72 (or 0x506C72) is known color: Tax Break. HEX triplet: 50, 6C and 72. RGB value is (80,108,114). Sum of RGB (Red+Green+Blue) = 80+108+114=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #506C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C72 is #AF938D. Grayscale: #646464. Windows color (decimal): -11506574 or 7498832. OLE color: 7498832.
HSL color Cylindrical-coordinate representation of color #506C72: hue angle of 190.59º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506C72 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 108 | 114 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.55 |
| HSL | 190.59º | 0.18% | 0.38% | - |
| HSV(B) | 190.59º | 0.3% | 0.45% | - |
| XYZ | 11.71 | 13.65 | 17.94 | - |
| YUV | 100.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 108 | 114 | 0.30 | 0.05 | 0 | 0.55 | 190.59 | 0.18 | 0.38 |
| Hex | 50 | 6C | 72 | 1E | 5 | 0 | 37 | BF | 12 | 26 |
| Octal | 120 | 154 | 162 | 36 | 5 | 0 | 67 | 277 | 22 | 46 |
| Binary | 1010000 | 1101100 | 1110010 | 11110 | 101 | 0 | 110111 | 10111111 | 10010 | 100110 |
Color Harmonies of #506C72
Complementary color
Monochromatic Colors of #506C72
Black with #506C72
Text Example
Text Example
White with #506C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506C72; }
p { color: rgb(80,108,114); }
H1.HeaderClassName
{
color: #506C72;
}
.AnyTagClassName
{
color: #506C72;
}
</style>
background-color css
<style>
a { background-color: #506C72; }
a { background-color: rgb(80,108,114); }
div.DivClassName
{
background-color: #506C72;
}
.BgClassName
{
background-color: #506C72;
}
</style>
border-color css
<style>
span { border-color: #506C72; }
span { border-color: rgb(80,108,114); }
td.TdClassName
{
border-color: #506C72;
}
.TagClassName
{
border-color: #506C72;
}
</style>